Searched refs:internalPort (Results 1 – 2 of 2) sorted by relevance
2426 uint16_t internalPort, /* In network byte order */2570 uint16_t internalPort, /* network byte order */
2739 union { uint16_t s; u_char b[2]; } internalPort; in handle_port_mapping_response() local2750 internalPort.b[0] = *data++; in handle_port_mapping_response()2751 internalPort.b[1] = *data++; in handle_port_mapping_response()2757 …sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, addr.l, protocol, internalPort.s, externalPort… in handle_port_mapping_response()2781 union { uint16_t s; u_char b[2]; } internalPort = { internalPortInNetworkByteOrder }; in DNSServiceNATPortMappingCreate() local2790 len += sizeof(internalPort); in DNSServiceNATPortMappingCreate()2800 *ptr++ = internalPort.b[0]; in DNSServiceNATPortMappingCreate()2801 *ptr++ = internalPort.b[1]; in DNSServiceNATPortMappingCreate()