Home | History | Annotate | Download | only in mDNSShared

Lines Matching full:internalport

1870 	union { uint16_t s; u_char b[2]; } internalPort;
1881 internalPort.b[0] = *data++;
1882 internalPort.b[1] = *data++;
1888 ((DNSServiceNATPortMappingReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, addr.l, protocol, internalPort.s, externalPort.s, ttl, sdr->AppContext);
1912 union { uint16_t s; u_char b[2]; } internalPort = { internalPortInNetworkByteOrder };
1921 len += sizeof(internalPort);
1931 *ptr++ = internalPort.b[0];
1932 *ptr++ = internalPort.b[1];