Home
last modified time | relevance | path

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

/freebsd-13.1/tools/tools/netmap/
H A Dpkt_hash.h49 #define HTONS(n) (((((unsigned short)(n) & 0xFF)) << 8) | \ macro
/freebsd-13.1/sys/dev/ice/
H A Dice_dcb.c1327 tlv->typelen = HTONS(typelen); in ice_add_ieee_ets_tlv()
1368 tlv->typelen = HTONS(typelen); in ice_add_ieee_etsrec_tlv()
1397 tlv->typelen = HTONS(typelen); in ice_add_ieee_pfc_tlv()
1467 tlv->typelen = HTONS(typelen); in ice_add_ieee_app_pri_tlv()
1485 tlv->typelen = HTONS(typelen); in ice_add_dscp_up_tlv()
1520 tlv->typelen = HTONS(typelen); in ice_add_dscp_enf_tlv()
1548 tlv->typelen = HTONS(typelen); in ice_add_dscp_tc_bw_tlv()
1593 tlv->typelen = HTONS(typelen); in ice_add_dscp_pfc_tlv()
H A Dice_osdep.h310 #define HTONS htons macro
/freebsd-13.1/contrib/tcpdump/
H A Dnetdissect.h277 #define HTONS(x) (x) = htons(x) macro
/freebsd-13.1/sys/net/
H A Dpfvar.h307 #define HTONS(x) (x) = htons((__uint16_t)(x)) macro
/freebsd-13.1/sys/netpfil/pf/
H A Dpf.c2862 HTONS(mss); in pf_build_tcp()