Searched refs:SID (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dscope6.c123 #define SID scope6_ids[ifp->if_index] macro
126 if (SID.s6id_list[IPV6_ADDR_SCOPE_LINKLOCAL]) {
135 SID.s6id_list[IPV6_ADDR_SCOPE_INTFACELOCAL] = ifp->if_index;
136 SID.s6id_list[IPV6_ADDR_SCOPE_LINKLOCAL] = ifp->if_index;
139 SID.s6id_list[IPV6_ADDR_SCOPE_SITELOCAL] = 1;
140 SID.s6id_list[IPV6_ADDR_SCOPE_ORGLOCAL] = 1;
142 #undef SID macro
296 #define SID scope6_ids[index] macro
302 retid=SID.s6id_list[IPV6_ADDR_SCOPE_LINKLOCAL];
305 retid=SID
313 #undef SID macro
526 #define SID macro
543 #undef SID macro
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsm_subs.h500 #define nfsm_chain_add_stateid(E, NMC, SID) \
502 nfsm_chain_add_32((E), (NMC), (SID)->seqid); \
503 nfsm_chain_add_32((E), (NMC), (SID)->other[0]); \
504 nfsm_chain_add_32((E), (NMC), (SID)->other[1]); \
505 nfsm_chain_add_32((E), (NMC), (SID)->other[2]); \
718 #define nfsm_chain_get_stateid(E, NMC, SID) \
720 nfsm_chain_get_32((E), (NMC), (SID)->seqid); \
721 nfsm_chain_get_32((E), (NMC), (SID)->other[0]); \
722 nfsm_chain_get_32((E), (NMC), (SID)->other[1]); \
723 nfsm_chain_get_32((E), (NMC), (SID)
[all...]

Completed in 18 milliseconds