Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/
H A Droute_output_stack_oflow_56033075.c31 rtm->rtm_addrs = RTA_DST | RTA_GATEWAY | RTA_NETMASK;
H A Dnet_bridge.c517 rtmsg.hdr.rtm_addrs = RTA_DST | RTA_GATEWAY | RTA_IFP; in IPv4RouteApply()
/xnu-10063.101.15/bsd/net/
H A Droute.h239 #define RTA_GATEWAY 0x2 /* gateway sockaddr present */ macro