Searched refs:SA (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Droute.c524 sin_set_ifscope(SA(dst), ifscope);
536 eifscope = sin6_get_embedded_ifscope(SA(dst));
539 sin6_set_ifscope(SA(dst), ifscope);
545 sin6_set_embedded_ifscope(SA(dst), ifscope);
547 sin6_set_ifscope(SA(dst), ifscope);
552 *pifscope = (af == AF_INET) ? sin_get_ifscope(SA(dst)) :
553 sin6_get_ifscope(SA(dst));
556 return (SA(dst));
569 rt_maskedcopy(src, SA(dst), src);
592 return (SA(ds
[all...]
H A Dif_llreach.c449 rt = rt_lookup(TRUE, SA(&dst_ss), SA(&mask_ss), rnh, ifp->if_index);
/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h874 #define SA(s) ((struct sockaddr *)(void *)(s)) macro
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c127 SA, enumerator in enum:__anon34
1397 /* [A,C] */ TNS("lodsb",SA), TS("lods",SA), TNS("scasb",AD), TS("scas",AD),
3122 case SA:
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.c3068 !equal(SA(&gw6), rt->rt_gateway)) {

Completed in 44 milliseconds