Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dsixxlowpan.c107 #define SICSLOWPAN_UDP_PORT_MIN 0xF0B0 macro
627 if (ntohs(udp->uh_sport) >= SICSLOWPAN_UDP_PORT_MIN && in compress_hdr_hc1()
629 ntohs(udp->uh_dport) >= SICSLOWPAN_UDP_PORT_MIN && in compress_hdr_hc1()
639 (uint8_t)((ntohs(udp->uh_sport) - SICSLOWPAN_UDP_PORT_MIN) << 4) + in compress_hdr_hc1()
640 (uint8_t)((ntohs(udp->uh_dport) - SICSLOWPAN_UDP_PORT_MIN)); in compress_hdr_hc1()
735 htons(SICSLOWPAN_UDP_PORT_MIN + (payload[PACKETBUF_HC1_HC_UDP_PORTS] >> 4)); in uncompress_hdr_hc1()
737 htons(SICSLOWPAN_UDP_PORT_MIN + (payload[PACKETBUF_HC1_HC_UDP_PORTS] & 0x0F)); in uncompress_hdr_hc1()