Searched refs:externalPort (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libdns_sd/common/ |
H A D | dns_sd.h | 2081 …uint16_t externalPort, /* In network byte order and may be different … 2143 uint16_t externalPort, /* network byte order */
|
H A D | dnssd_clientstub.c | 2103 union { uint16_t s; u_char b[2]; } externalPort; in handle_port_mapping_response() local 2115 externalPort.b[0] = *data++; in handle_port_mapping_response() 2116 externalPort.b[1] = *data++; in handle_port_mapping_response() 2120 …gs, cbh->cb_interface, cbh->cb_err, addr.l, protocol, internalPort.s, externalPort.s, ttl, sdr->Ap… in handle_port_mapping_response() 2145 union { uint16_t s; u_char b[2]; } externalPort = { externalPortInNetworkByteOrder }; in DNSServiceNATPortMappingCreate() local 2154 len += sizeof(externalPort); in DNSServiceNATPortMappingCreate() 2165 *ptr++ = externalPort.b[0]; in DNSServiceNATPortMappingCreate() 2166 *ptr++ = externalPort.b[1]; in DNSServiceNATPortMappingCreate()
|