Home
last modified time | relevance | path

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

/src/sys/dev/ice/
H A Dice_dcb.c1370 tlv->ouisubtype = HTONL(ouisubtype); in ice_add_ieee_ets_tlv()
1411 tlv->ouisubtype = HTONL(ouisubtype); in ice_add_ieee_etsrec_tlv()
1440 tlv->ouisubtype = HTONL(ouisubtype); in ice_add_ieee_pfc_tlv()
1479 tlv->ouisubtype = HTONL(ouisubtype); in ice_add_ieee_app_pri_tlv()
1528 tlv->ouisubtype = HTONL(ouisubtype); in ice_add_dscp_up_tlv()
1563 tlv->ouisubtype = HTONL(ouisubtype); in ice_add_dscp_enf_tlv()
1591 tlv->ouisubtype = HTONL(ouisubtype); in ice_add_dscp_tc_bw_tlv()
1636 tlv->ouisubtype = HTONL(ouisubtype); in ice_add_dscp_pfc_tlv()
H A Dice_osdep.h312 #define HTONL htonl macro
/src/tools/tools/netmap/
H A Dpkt_hash.h53 #define HTONL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \ macro
/src/sbin/pfctl/
H A Dpfctl.h143 #define HTONL(x) (x) = htonl((__uint32_t)(x)) macro
H A Dparse.y5087 HTONL($$->key32[0]);
5088 HTONL($$->key32[1]);
5089 HTONL($$->key32[2]);
5090 HTONL($$->key32[3]);
H A Dpfctl.c3148 HTONL(hostid); in pfctl_set_hostid()