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

/xnu-2782.1.97/bsd/netinet6/
H A Dnd6_send.c91 u_int16_t u16; variable
145 if (&oldp[sizeof (u16)] < fin) {
146 u16 = (u_int16_t) iov->iov_len;
147 bcopy(&u16, oldp, sizeof (u16));
149 oldp += sizeof (u16);
196 if (&newp[sizeof (u16)] < fin) {
197 bcopy(newp, &u16, sizeof (u16));
198 iov->iov_len = u16;
[all...]
/xnu-2782.1.97/bsd/netinet/
H A Dip_compat.h694 # define u16 __u16

Completed in 73 milliseconds