Home
last modified time | relevance | path

Searched refs:RTA_DST (Results 1 – 7 of 7) sorted by relevance

/xnu-10002.1.13/tests/
H A Droute_output_stack_oflow_56033075.c31 rtm->rtm_addrs = RTA_DST | RTA_GATEWAY | RTA_NETMASK;
H A Dudp_disconnect.c89 rtm->rtm_addrs = RTA_DST; in has_v4_default_route()
134 rtm->rtm_addrs = RTA_DST; in has_v6_default_route()
H A Dudp_bind_connect.c83 rtm->rtm_addrs = RTA_DST; in has_v4_default_route()
128 rtm->rtm_addrs = RTA_DST; in has_v6_default_route()
H A Dnet_bridge.c517 rtmsg.hdr.rtm_addrs = RTA_DST | RTA_GATEWAY | RTA_IFP; in IPv4RouteApply()
/xnu-10002.1.13/bsd/net/
H A Droute.h241 #define RTA_DST 0x1 /* destination sockaddr present */ macro
/xnu-10002.1.13/bsd/netinet/
H A Din.c2657 arpc.rtm.rtm_addrs = RTA_DST | RTA_GATEWAY; in in_lltable_dump_entry()
/xnu-10002.1.13/bsd/netinet6/
H A Din6.c4898 ndpc.rtm.rtm_addrs = RTA_DST | RTA_GATEWAY; in in6_lltable_dump_entry()