Home
last modified time | relevance | path

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

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