Home
last modified time | relevance | path

Searched refs:_hdr (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netlink/
H A Dnetlink.h217 #define NLMSG_DATA(_hdr) NL_ITEM_DATA(_hdr, NLMSG_HDRLEN) argument
218 #define _NLMSG_LEN(_hdr) ((_hdr)->nlmsg_len) argument
219 #define _NLMSG_ALIGNED_LEN(_hdr) NLMSG_ALIGN(_NLMSG_LEN(_hdr)) argument
220 #define NLMSG_OK(_hdr, _len) NL_ITEM_OK(_hdr, _len, NLMSG_HDRLEN, _NLMSG_LEN) argument
221 #define NLMSG_PAYLOAD(_hdr,_len) (_NLMSG_LEN(_hdr) - NLMSG_SPACE((_len))) argument
222 #define NLMSG_NEXT(_hdr, _len) NL_ITEM_ITER(_hdr, _len, _NLMSG_ALIGNED_LEN) argument
/freebsd/sys/netlink/route/
H A Difaddrs.h47 #define IFA_PAYLOAD(_hdr) NLMSG_PAYLOAD(_hdr, _NL_IFA_HDRLEN) argument
H A Droute.h132 #define RTM_PAYLOAD(_hdr) NLMSG_PAYLOAD((_hdr), NL_RTM_HDRLEN) argument
/freebsd/sys/dev/firmware/arm/
H A Dscmi.c111 #define SCMI_MSG_TOKEN(_hdr) \ argument
112 (((_hdr) & SCMI_HDR_TOKEN_M) >> SCMI_HDR_TOKEN_S)
113 #define SCMI_MSG_PROTOCOL_ID(_hdr) \ argument
114 (((_hdr) & SCMI_HDR_PROTOCOL_ID_M) >> SCMI_HDR_PROTOCOL_ID_S)
115 #define SCMI_MSG_MESSAGE_ID(_hdr) \ argument
116 (((_hdr) & SCMI_HDR_MESSAGE_ID_M) >> SCMI_HDR_MESSAGE_ID_S)
117 #define SCMI_MSG_TYPE(_hdr) \ argument
118 (((_hdr) & SCMI_HDR_TYPE_ID_M) >> SCMI_HDR_TYPE_ID_S)
/freebsd/sys/dev/bwi/
H A Dbwirf.h95 bwi_rf_calc_rssi(struct bwi_mac *_mac, const struct bwi_rxbuf_hdr *_hdr) in bwi_rf_calc_rssi() argument
97 return _mac->mac_rf.rf_calc_rssi(_mac, _hdr); in bwi_rf_calc_rssi()
/freebsd/sys/compat/linux/
H A Dlinux_netlink.c230 #define nlmsg_copy_next_header(_hdr, _ns, _t) \ argument
231 ((_t *)(_nlmsg_copy_next_header(_hdr, _ns, sizeof(_t))))
/freebsd/lib/libutil/
H A Dlibutil.h101 void hexdump(const void *_ptr, int _length, const char *_hdr, int _flags);
/freebsd/sys/dev/ice/
H A Dice_flow.c57 #define ICE_FLOW_FLD_INFO(_hdr, _offset_bytes, _size_bytes) { \ argument
58 .hdr = _hdr, \