Home
last modified time | relevance | path

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

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