Home
last modified time | relevance | path

Searched refs:dstmask (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/bsd/netinet/
H A Dip_encap.h70 struct sockaddr_storage dstmask; member
H A Dip_encap.c359 bcmp(&ep->dstmask, dm, dp->sa_len) != 0) { in encap_attach()
372 bcopy(dm, &new_ep->dstmask, dp->sa_len); in encap_attach()
477 q = (const u_int8_t *)&ep->dstmask; in mask_match()