Searched refs:PP_NTOHS (Results 1 – 12 of 12) sorted by relevance
268 …if (((netbios_hdr->flags & PP_NTOHS(NETB_HFLAG_OPCODE)) == PP_NTOHS(NETB_HFLAG_OPCODE_NAME_QUERY))… in netbiosns_recv()269 ((netbios_hdr->flags & PP_NTOHS(NETB_HFLAG_RESPONSE)) == 0) && in netbiosns_recv()270 (netbios_hdr->questions == PP_NTOHS(1))) { in netbiosns_recv()
89 #define PP_NTOHS(x) (x) macro109 #define PP_NTOHS(x) PP_HTONS(x)
80 #define PP_NTOHS(x) (x) macro98 #define PP_NTOHS(x) PP_HTONS(x)
91 #define PP_NTOHS(x) ((u16_t)(x)) macro109 #define PP_NTOHS(x) PP_HTONS(x)
367 …if (((netbios_hdr->flags & PP_NTOHS(NETB_HFLAG_OPCODE)) == PP_NTOHS(NETB_HFLAG_OPCODE_NAME_QUERY))… in netbiosns_recv()368 ((netbios_hdr->flags & PP_NTOHS(NETB_HFLAG_RESPONSE)) == 0) && in netbiosns_recv()369 (netbios_hdr->questions == PP_NTOHS(1))) { in netbiosns_recv()
92 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (((port) == PP_NTOHS(DHCP_CLIENT_PORT)) \99 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) ((port) == PP_NTOHS(DHCP_CLIENT_PORT))337 if ((IPH_OFFSET(iphdr) & PP_NTOHS(IP_DF)) == 0) { in ip4_forward()870 chk_sum += PP_NTOHS(proto | (ttl << 8));883 chk_sum += PP_NTOHS(tos | (iphdr->_v_hl << 8));
576 is_last = (IPH_OFFSET(fraghdr) & PP_NTOHS(IP_MF)) == 0; in ip4_reass()
92 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (((port) == PP_NTOHS(LWIP_IANA_PORT_DHCP_CLIENT))…99 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) ((port) == PP_NTOHS(LWIP_IANA_PORT_DHCP_CLIENT))350 if ((IPH_OFFSET(iphdr) & PP_NTOHS(IP_DF)) == 0) { in ip4_forward()910 chk_sum += PP_NTOHS(proto | (ttl << 8));923 chk_sum += PP_NTOHS(tos | (iphdr->_v_hl << 8));
588 is_last = (IPH_OFFSET(fraghdr) & PP_NTOHS(IP_MF)) == 0; in ip4_reass()
74 #define PP_NTOHS(x) PP_HTONS(x) macro82 #define ntohs(x) (uint16_t)PP_NTOHS(x)
82 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (((port) == PP_NTOHS(DHCP_CLIENT_PORT)) \89 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) ((port) == PP_NTOHS(DHCP_CLIENT_PORT))270 if ((IPH_OFFSET(iphdr) & PP_NTOHS(IP_DF)) == 0) { in ip_forward()
558 if ((IPH_OFFSET(fraghdr) & PP_NTOHS(IP_MF)) == 0) { in ip_reass()
Completed in 28 milliseconds