Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dsixxlowpan.c108 #define SICSLOWPAN_UDP_PORT_MAX 0xF0BF /* F0B0 + 15 */ macro
628 ntohs(udp->uh_sport) < SICSLOWPAN_UDP_PORT_MAX && in compress_hdr_hc1()
630 ntohs(udp->uh_dport) < SICSLOWPAN_UDP_PORT_MAX) { in compress_hdr_hc1()