Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/ice/
HDice_dcb.c1366 tlv->typelen = HTONS(typelen); in ice_add_ieee_ets_tlv()
1407 tlv->typelen = HTONS(typelen); in ice_add_ieee_etsrec_tlv()
1436 tlv->typelen = HTONS(typelen); in ice_add_ieee_pfc_tlv()
1506 tlv->typelen = HTONS(typelen); in ice_add_ieee_app_pri_tlv()
1524 tlv->typelen = HTONS(typelen); in ice_add_dscp_up_tlv()
1559 tlv->typelen = HTONS(typelen); in ice_add_dscp_enf_tlv()
1587 tlv->typelen = HTONS(typelen); in ice_add_dscp_tc_bw_tlv()
1632 tlv->typelen = HTONS(typelen); in ice_add_dscp_pfc_tlv()
HDice_osdep.h311 #define HTONS htons macro
/freebsd-head/tools/tools/netmap/
HDpkt_hash.h48 #define HTONS(n) (((((unsigned short)(n) & 0xFF)) << 8) | \ macro