Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dprotosw.h84 #define PRC_IFDOWN 0 /* interface transition */ macro
/xnu-10002.41.9/bsd/netinet/
H A Draw_ip.c871 case PRC_IFDOWN: in rip_ctlinput()
/xnu-10002.41.9/bsd/net/
H A Dif.c1589 pfctlinput(up ? PRC_IFUP : PRC_IFDOWN, in if_updown()