Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdns_sd/common/
H A Ddns_sd.h2080 uint16_t internalPort, /* In network byte order */
2142 uint16_t internalPort, /* network byte order */
H A Ddnssd_clientstub.c2102 union { uint16_t s; u_char b[2]; } internalPort; in handle_port_mapping_response() local
2113 internalPort.b[0] = *data++; in handle_port_mapping_response()
2114 internalPort.b[1] = *data++; in handle_port_mapping_response()
2120 …sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, addr.l, protocol, internalPort.s, externalPort… in handle_port_mapping_response()
2144 union { uint16_t s; u_char b[2]; } internalPort = { internalPortInNetworkByteOrder }; in DNSServiceNATPortMappingCreate() local
2153 len += sizeof(internalPort); in DNSServiceNATPortMappingCreate()
2163 *ptr++ = internalPort.b[0]; in DNSServiceNATPortMappingCreate()
2164 *ptr++ = internalPort.b[1]; in DNSServiceNATPortMappingCreate()