Home
last modified time | relevance | path

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

/freebsd/tools/tools/netmap/
H A Dpkt_hash.h53 #define HTONL(n) (((((unsigned long)(n) & 0xFF)) << 24) | \ macro
/freebsd/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
/freebsd/sbin/pfctl/
H A Dpfctl.h97 #define HTONL(x) (x) = htonl((__uint32_t)(x)) macro
H A Dparse.y4530 HTONL($$->key32[0]);
4531 HTONL($$->key32[1]);
4532 HTONL($$->key32[2]);
4533 HTONL($$->key32[3]);
H A Dpfctl.c2591 HTONL(hostid); in pfctl_set_hostid()
/freebsd/sys/net/
H A Dpfvar.h335 #define HTONL(x) (x) = htonl((__uint32_t)(x)) macro