OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:if_setflag
(Results
1 - 2
of
2
) sorted by null
/external/dhcpcd-6.8.2/
if.h
97
int
if_setflag
(struct interface *ifp, short flag);
98
#define if_up(ifp)
if_setflag
((ifp), (IFF_UP | IFF_RUNNING))
if.c
155
if_setflag
(struct interface *ifp, short flag)
function
Completed in 59 milliseconds