Home
last modified time | relevance | path

Searched refs:PRC_IFUP (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.81.2/bsd/sys/
H A Dprotosw.h86 #define PRC_IFUP 2 /* interface has come back up */ macro
/xnu-8792.81.2/bsd/netinet/
H A Draw_ip.c881 case PRC_IFUP: in rip_ctlinput()
/xnu-8792.81.2/bsd/net/
H A Dif.c1493 pfctlinput(up ? PRC_IFUP : PRC_IFDOWN, in if_updown()