Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
freebsd
Edit Copy
Star
GitHub Repository:
freebsd/freebsd-src
Path:
blob/main/libexec/bootpd/getif.h
3
4
8
2
2
views
1
/* getif.h */
2
3
extern
struct
ifreq
*
getif
(
int
,
struct
in_addr
*
)
;
4
5