Home
last modified time | relevance | path

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

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