Searched refs:internalPort (Results 1 – 2 of 2) sorted by relevance
1900 uint16_t internalPort, /* In network byte order */1962 uint16_t internalPort, /* network byte order */
1880 union { uint16_t s; u_char b[2]; } internalPort; in handle_port_mapping_response() local1891 internalPort.b[0] = *data++; in handle_port_mapping_response()1892 internalPort.b[1] = *data++; in handle_port_mapping_response()1898 …sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, addr.l, protocol, internalPort.s, externalPort… in handle_port_mapping_response()1922 union { uint16_t s; u_char b[2]; } internalPort = { internalPortInNetworkByteOrder }; in DNSServiceNATPortMappingCreate() local1931 len += sizeof(internalPort); in DNSServiceNATPortMappingCreate()1941 *ptr++ = internalPort.b[0]; in DNSServiceNATPortMappingCreate()1942 *ptr++ = internalPort.b[1]; in DNSServiceNATPortMappingCreate()