/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_hdr.c | 23 int ossl_cmp_hdr_set_pvno(OSSL_CMP_PKIHEADER *hdr, int pvno) in ossl_cmp_hdr_set_pvno() 30 int ossl_cmp_hdr_get_pvno(const OSSL_CMP_PKIHEADER *hdr) in ossl_cmp_hdr_get_pvno() 41 int ossl_cmp_hdr_get_protection_nid(const OSSL_CMP_PKIHEADER *hdr) in ossl_cmp_hdr_get_protection_nid() 50 OSSL_CMP_PKIHEADER *hdr) in OSSL_CMP_HDR_get0_transactionID() 59 ASN1_OCTET_STRING *ossl_cmp_hdr_get0_senderNonce(const OSSL_CMP_PKIHEADER *hdr) in ossl_cmp_hdr_get0_senderNonce() 66 ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_recipNonce(const OSSL_CMP_PKIHEADER *hdr) in OSSL_CMP_HDR_get0_recipNonce() 115 int ossl_cmp_hdr_set1_sender(OSSL_CMP_PKIHEADER *hdr, const X509_NAME *nm) in ossl_cmp_hdr_set1_sender() 122 int ossl_cmp_hdr_set1_recipient(OSSL_CMP_PKIHEADER *hdr, const X509_NAME *nm) in ossl_cmp_hdr_set1_recipient() 129 int ossl_cmp_hdr_update_messageTime(OSSL_CMP_PKIHEADER *hdr) in ossl_cmp_hdr_update_messageTime() 153 int ossl_cmp_hdr_set1_senderKID(OSSL_CMP_PKIHEADER *hdr, in ossl_cmp_hdr_set1_senderKID() [all …]
|
/freebsd/contrib/wpa/src/tls/ |
H A D | asn1.h | 88 static inline bool asn1_is_oid(const struct asn1_hdr *hdr) in asn1_is_oid() 94 static inline bool asn1_is_boolean(const struct asn1_hdr *hdr) in asn1_is_boolean() 100 static inline bool asn1_is_integer(const struct asn1_hdr *hdr) in asn1_is_integer() 106 static inline bool asn1_is_enumerated(const struct asn1_hdr *hdr) in asn1_is_enumerated() 112 static inline bool asn1_is_sequence(const struct asn1_hdr *hdr) in asn1_is_sequence() 118 static inline bool asn1_is_set(const struct asn1_hdr *hdr) in asn1_is_set() 124 static inline bool asn1_is_octetstring(const struct asn1_hdr *hdr) in asn1_is_octetstring() 130 static inline bool asn1_is_bitstring(const struct asn1_hdr *hdr) in asn1_is_bitstring() 136 static inline bool asn1_is_utctime(const struct asn1_hdr *hdr) in asn1_is_utctime() 142 static inline bool asn1_is_generalizedtime(const struct asn1_hdr *hdr) in asn1_is_generalizedtime() [all …]
|
H A D | asn1.c | 106 static int asn1_valid_der_boolean(struct asn1_hdr *hdr) in asn1_valid_der_boolean() 126 static int asn1_valid_der(struct asn1_hdr *hdr) in asn1_valid_der() 171 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) in asn1_get_next() 276 void asn1_print_hdr(const struct asn1_hdr *hdr, const char *title) in asn1_print_hdr() 283 void asn1_unexpected(const struct asn1_hdr *hdr, const char *title) in asn1_unexpected() 337 struct asn1_hdr hdr; in asn1_get_oid() local 435 struct asn1_hdr hdr; in asn1_get_integer() local 466 int asn1_get_sequence(const u8 *buf, size_t len, struct asn1_hdr *hdr, in asn1_get_sequence() 484 struct asn1_hdr hdr; in asn1_get_alg_id() local
|
H A D | x509v3.c | 185 struct asn1_hdr hdr; in x509_parse_algorithm_identifier() local 220 struct asn1_hdr hdr; in x509_parse_public_key() local 288 struct asn1_hdr hdr; in x509_parse_name() local 689 struct asn1_hdr hdr; in x509_parse_validity() local 768 struct asn1_hdr hdr; in x509_parse_ext_key_usage() local 801 struct asn1_hdr hdr; in x509_parse_ext_basic_constraints() local 974 struct asn1_hdr hdr; in x509_parse_ext_alt_name() local 1052 struct asn1_hdr hdr; in x509_parse_ext_subject_alt_name() local 1076 struct asn1_hdr hdr; in x509_parse_ext_issuer_alt_name() local 1149 struct asn1_hdr hdr; in x509_parse_ext_certificate_policies() local [all …]
|
/freebsd/sys/compat/linux/ |
H A D | linux_netlink.c | 76 rtnl_neigh_from_linux(struct nlmsghdr *hdr, struct nl_pstate *npt) in rtnl_neigh_from_linux() 92 rtnl_ifaddr_from_linux(struct nlmsghdr *hdr, struct nl_pstate *npt) in rtnl_ifaddr_from_linux() 112 rtnl_route_from_linux(struct nlmsghdr *hdr, struct nl_pstate *npt) in rtnl_route_from_linux() 158 rtnl_from_linux(struct nlmsghdr *hdr, struct nl_pstate *npt) in rtnl_from_linux() 185 nlmsg_from_linux(int netlink_family, struct nlmsghdr **hdr, in nlmsg_from_linux() 202 handle_default_out(struct nlmsghdr *hdr, struct nl_writer *nw) in handle_default_out() 216 nlmsg_copy_header(struct nlmsghdr *hdr, struct nl_writer *nw) in nlmsg_copy_header() 223 _nlmsg_copy_next_header(struct nlmsghdr *hdr, struct nl_writer *nw, int sz) in _nlmsg_copy_next_header() 265 nlmsg_translate_all_nla(struct nlmsghdr *hdr, struct nlattr *nla, in nlmsg_translate_all_nla() 286 nlmsg_copy_all_nla(struct nlmsghdr *hdr, int raw_hdrlen, struct nl_writer *nw) in nlmsg_copy_all_nla() [all …]
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_device.c | 467 ocs_send_ls_acc_after_attach(ocs_io_t *io, fc_header_t *hdr, ocs_node_send_ls_acc_e ls) in ocs_send_ls_acc_after_attach() 517 ocs_process_abts(ocs_io_t *io, fc_header_t *hdr) in ocs_process_abts() 784 fc_header_t *hdr = cbdata->header->dma.virt; in __ocs_d_init() local 842 fc_header_t *hdr = cbdata->header->dma.virt; in __ocs_d_init() local 864 fc_header_t *hdr = cbdata->header->dma.virt; in __ocs_d_init() local 883 fc_header_t *hdr = cbdata->header->dma.virt; in __ocs_d_init() local 1003 fc_header_t *hdr = cbdata->header->dma.virt; in __ocs_d_wait_plogi_rsp() local 1464 fc_header_t *hdr = cbdata->header->dma.virt; in __ocs_d_port_logged_in() local 1532 fc_header_t *hdr = cbdata->header->dma.virt; in __ocs_d_port_logged_in() local 1646 fc_header_t *hdr = cbdata->header->dma.virt; in __ocs_d_device_ready() local [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap-util.c | 49 swap_pflog_header(const struct pcap_pkthdr *hdr, u_char *buf) in swap_pflog_header() 188 swap_linux_sll_socketcan_header(const struct pcap_pkthdr *hdr, u_char *buf) in swap_linux_sll_socketcan_header() 213 swap_linux_sll2_socketcan_header(const struct pcap_pkthdr *hdr, u_char *buf) in swap_linux_sll2_socketcan_header() 244 swap_linux_usb_header(const struct pcap_pkthdr *hdr, u_char *buf, in swap_linux_usb_header() 394 swap_nflog_header(const struct pcap_pkthdr *hdr, u_char *buf) in swap_nflog_header() 450 swap_pseudo_headers(int linktype, struct pcap_pkthdr *hdr, u_char *data) in swap_pseudo_headers() 486 packet_length_might_be_wrong(struct pcap_pkthdr *hdr, in packet_length_might_be_wrong() 504 pcapint_post_process(int linktype, int swapped, struct pcap_pkthdr *hdr, in pcapint_post_process()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | arc.c | 703 #define HDR_IN_HASH_TABLE(hdr) ((hdr)->b_flags & ARC_FLAG_IN_HASH_TABLE) argument 704 #define HDR_IO_IN_PROGRESS(hdr) ((hdr)->b_flags & ARC_FLAG_IO_IN_PROGRESS) argument 705 #define HDR_IO_ERROR(hdr) ((hdr)->b_flags & ARC_FLAG_IO_ERROR) argument 706 #define HDR_PREFETCH(hdr) ((hdr)->b_flags & ARC_FLAG_PREFETCH) argument 707 #define HDR_PRESCIENT_PREFETCH(hdr) \ argument 709 #define HDR_COMPRESSION_ENABLED(hdr) \ argument 712 #define HDR_L2CACHE(hdr) ((hdr)->b_flags & ARC_FLAG_L2CACHE) argument 713 #define HDR_UNCACHED(hdr) ((hdr)->b_flags & ARC_FLAG_UNCACHED) argument 714 #define HDR_L2_READING(hdr) \ argument 717 #define HDR_L2_WRITING(hdr) ((hdr)->b_flags & ARC_FLAG_L2_WRITING) argument [all …]
|
H A D | btree.c | 75 zfs_btree_is_core(struct zfs_btree_hdr *hdr) in zfs_btree_is_core() 87 zfs_btree_poison_node(zfs_btree_t *tree, zfs_btree_hdr_t *hdr) in zfs_btree_poison_node() 112 zfs_btree_poison_node_at(zfs_btree_t *tree, zfs_btree_hdr_t *hdr, in zfs_btree_poison_node_at() 138 zfs_btree_verify_poison_at(zfs_btree_t *tree, zfs_btree_hdr_t *hdr, in zfs_btree_verify_poison_at() 483 zfs_btree_hdr_t *hdr = &node->btl_hdr; in bt_shift_leaf() local 501 zfs_btree_hdr_t *hdr = &leaf->btl_hdr; in bt_grow_leaf() local 536 zfs_btree_hdr_t *hdr = &leaf->btl_hdr; in bt_shrink_leaf() local 593 zfs_btree_first_helper(zfs_btree_t *tree, zfs_btree_hdr_t *hdr, in zfs_btree_first_helper() 794 zfs_btree_hdr_t *hdr = &leaf->btl_hdr; in zfs_btree_insert_leaf_impl() local 897 zfs_btree_find_parent_idx(zfs_btree_t *tree, zfs_btree_hdr_t *hdr) in zfs_btree_find_parent_idx() [all …]
|
/freebsd/usr.sbin/btxld/ |
H A D | btxld.c | 68 struct hdr { struct 69 uint32_t fmt; /* Format */ 70 uint32_t flags; /* Bit flags */ 71 uint32_t size; /* Size of file */ 72 uint32_t text; /* Size of text segment */ 73 uint32_t data; /* Size of data segment */ 74 uint32_t bss; /* Size of bss segment */ 75 uint32_t org; /* Program origin */ 76 uint32_t entry; /* Program entry point */ 320 gethdr(int fd, struct hdr *hdr) in gethdr() [all …]
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | rx.c | 14 struct ieee80211_hdr *hdr; in rtw_rx_stats() local 37 struct ieee80211_hdr *hdr; member 44 struct ieee80211_hdr *hdr) in rtw_rx_phy_stat() 101 struct ieee80211_hdr *hdr = iter_data->hdr; in rtw_rx_addr_match_iter() local 126 struct ieee80211_hdr *hdr) in rtw_rx_addr_match() 151 struct ieee80211_hdr *hdr, in rtw_rx_fill_rx_status()
|
/freebsd/sbin/ipf/ipsend/ |
H A D | ipsend.c | 134 struct hdr { in udpcksum() struct 135 u_short len; in udpcksum() 136 u_char ttl; in udpcksum() 137 u_char proto; in udpcksum() 138 u_32_t src; in udpcksum() 139 u_32_t dst; in udpcksum()
|
/freebsd/sys/dev/virtio/gpu/ |
H A D | virtio_gpu.h | 155 struct virtio_gpu_ctrl_hdr hdr; member 174 struct virtio_gpu_ctrl_hdr hdr; member 181 struct virtio_gpu_ctrl_hdr hdr; member 190 struct virtio_gpu_ctrl_hdr hdr; member 198 struct virtio_gpu_ctrl_hdr hdr; member 206 struct virtio_gpu_ctrl_hdr hdr; member 221 struct virtio_gpu_ctrl_hdr hdr; member 228 struct virtio_gpu_ctrl_hdr hdr; member 236 struct virtio_gpu_ctrl_hdr hdr; member 253 struct virtio_gpu_ctrl_hdr hdr; member [all …]
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_extents.h | 105 #define EXT_FIRST_EXTENT(hdr) ((struct ext4_extent *)(((char *)(hdr)) + \ argument 107 #define EXT_FIRST_INDEX(hdr) ((struct ext4_extent_index *)(((char *)(hdr)) + \ argument 109 #define EXT_LAST_EXTENT(hdr) (EXT_FIRST_EXTENT((hdr)) + le16toh((hdr)->eh_ecount) - 1) argument 110 #define EXT_LAST_INDEX(hdr) (EXT_FIRST_INDEX((hdr)) + le16toh((hdr)->eh_ecount) - 1) argument 111 #define EXT4_EXTENT_TAIL_OFFSET(hdr) (sizeof(struct ext4_extent_header) + \ argument 115 #define EXT_MAX_EXTENT(hdr) (EXT_FIRST_EXTENT(hdr) + le16toh((hdr)->eh_max) - 1) argument 116 #define EXT_MAX_INDEX(hdr) (EXT_FIRST_INDEX((hdr)) + le16toh((hdr)->eh_max) - 1) argument
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_ioctl.h | 55 struct bnxt_ioctl_header hdr; member 68 struct bnxt_ioctl_header hdr; member 76 struct bnxt_ioctl_header hdr; member 82 struct bnxt_ioctl_header hdr; member 88 struct bnxt_ioctl_header hdr; member 102 struct bnxt_ioctl_header hdr; member 109 struct bnxt_ioctl_header hdr; member 115 struct bnxt_ioctl_header hdr; member 123 struct bnxt_ioctl_header hdr; member 132 struct bnxt_ioctl_header hdr; member [all …]
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.c | 145 dump_state(struct nlpcb *nlp, const struct nlmsghdr *hdr, struct pf_kstate *s, in dump_state() 241 struct nlmsghdr *hdr, struct nl_pstate *npt) in handle_dumpstates() 298 struct nlmsghdr *hdr, struct nl_pstate *npt) in handle_getstate() 313 dump_creatorid(struct nlpcb *nlp, const struct nlmsghdr *hdr, uint32_t creator, in dump_creatorid() 337 pf_handle_getstates(struct nlmsghdr *hdr, struct nl_pstate *npt) in pf_handle_getstates() 355 pf_handle_getcreators(struct nlmsghdr *hdr, struct nl_pstate *npt) in pf_handle_getcreators() 774 pf_handle_addrule(struct nlmsghdr *hdr, struct nl_pstate *npt) in pf_handle_addrule() 803 pf_handle_getrules(struct nlmsghdr *hdr, struct nl_pstate *npt) in pf_handle_getrules() 860 pf_handle_getrule(struct nlmsghdr *hdr, struct nl_pstate *npt) in pf_handle_getrule() 1047 pf_handle_killclear_states(struct nlmsghdr *hdr, struct nl_pstate *npt, int cmd) in pf_handle_killclear_states() [all …]
|
/freebsd/sys/kern/ |
H A D | subr_module.c | 69 uint32_t *hdr; in preload_search_by_name() local 100 uint32_t *hdr; in preload_search_by_type() local 136 uint32_t *hdr; in preload_search_next_name() local 177 uint32_t *hdr; in preload_search_info() local 224 uint32_t *hdr, sz; in preload_delete_name() local 294 uint32_t *hdr; in preload_bootstrap_relocate() local
|
/freebsd/sbin/route/ |
H A D | route_netlink.c | 177 struct nlmsghdr *hdr = snl_create_msg_request(&nw, nl_type); in rtmsg_nl_int() local 318 struct nlmsghdr *hdr = snl_create_msg_request(&nw, NL_RTM_GETLINK); in get_ifdata() local 343 print_getmsg(struct nl_helper *h, struct nlmsghdr *hdr, struct sockaddr *dst) in print_getmsg() 446 print_line_prefix(struct nlmsghdr *hdr, struct snl_msg_info *cinfo, in print_line_prefix() 464 get_action_name(struct nlmsghdr *hdr, int new_cmd) in get_action_name() 510 print_nlmsg_route(struct nl_helper *h, struct nlmsghdr *hdr, in print_nlmsg_route() 577 print_nlmsg_link(struct nl_helper *h, struct nlmsghdr *hdr, in print_nlmsg_link() 601 print_nlmsg_addr(struct nl_helper *h, struct nlmsghdr *hdr, in print_nlmsg_addr() 651 print_nlmsg_neigh(struct nl_helper *h, struct nlmsghdr *hdr, in print_nlmsg_neigh() 710 print_nlmsg_generic(struct nl_helper *h, struct nlmsghdr *hdr, struct snl_msg_info *cinfo) in print_nlmsg_generic() [all …]
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_common.c | 27 const struct eap_hdr *hdr; in eap_hdr_len_valid() local 69 const struct eap_hdr *hdr; in eap_hdr_validate() local 132 struct eap_hdr *hdr; in eap_msg_alloc() local 169 struct eap_hdr *hdr; in eap_update_len() local
|
/freebsd/sys/dev/mfi/ |
H A D | mfi_debug.c | 64 mfi_print_sgl(struct mfi_frame_header *hdr, union mfi_sgl *sgl, int count) in mfi_print_sgl() 105 struct mfi_frame_header *hdr; in mfi_print_ldio() local 122 struct mfi_frame_header *hdr; in mfi_print_dcmd() local 241 struct mfi_frame_header *hdr; in mfi_validate_sg() local
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_legacy.c | 61 nmreq_register_from_legacy(struct nmreq *nmr, struct nmreq_header *hdr, in nmreq_register_from_legacy() 124 struct nmreq_header *hdr = nm_os_malloc(sizeof(*hdr)); in nmreq_from_legacy() local 291 nmreq_to_legacy(struct nmreq_header *hdr, struct nmreq *nmr) in nmreq_to_legacy() 371 struct nmreq_header *hdr; in netmap_ioctl_legacy() local
|
/freebsd/contrib/lib9p/ |
H A D | fcall.h | 292 struct l9p_hdr hdr; member 298 struct l9p_hdr hdr; member 303 struct l9p_hdr hdr; member 309 struct l9p_hdr hdr; member 315 struct l9p_hdr hdr; member 320 struct l9p_hdr hdr; member 330 struct l9p_hdr hdr; member 338 struct l9p_hdr hdr; member 345 struct l9p_hdr hdr; member 351 struct l9p_hdr hdr; member [all …]
|
/freebsd/sys/dev/vmware/vmci/ |
H A D | vmci_call_defs.h | 66 struct vmci_datagram hdr; member 86 struct vmci_datagram hdr; member 96 struct vmci_datagram hdr; member 106 struct vmci_datagram hdr; member 115 struct vmci_datagram hdr; member 185 struct vmci_datagram hdr; member 227 struct vmci_datagram hdr; member 238 struct vmci_datagram hdr; member
|
/freebsd/usr.bin/netstat/ |
H A D | route_netlink.c | 81 struct nlmsghdr hdr; in prepare_ifmap_netlink() member 95 struct nlmsghdr *hdr; in prepare_ifmap_netlink() local 227 p_rtentry_netlink(struct snl_state *ss, const char *name, struct nlmsghdr *hdr) in p_rtentry_netlink() 275 struct nlmsghdr *hdr; in p_rtable_netlink() local 289 struct nlmsghdr hdr; in p_rtable_netlink() member
|
/freebsd/sys/netlink/route/ |
H A D | iface.c | 63 struct nlmsghdr hdr; member 290 dump_iface(struct nl_writer *nw, if_t ifp, const struct nlmsghdr *hdr, in dump_iface() 376 check_ifmsg(void *hdr, struct nl_pstate *npt) in check_ifmsg() 452 rtnl_handle_getlink(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_getlink() 533 rtnl_handle_dellink(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_dellink() 588 create_link(struct nlmsghdr *hdr, struct nl_parsed_link *lattrs, in create_link() 613 modify_link(struct nlmsghdr *hdr, struct nl_parsed_link *lattrs, in modify_link() 670 rtnl_handle_newlink(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_newlink() 956 const struct nlmsghdr *hdr) in dump_iface_addr() 1060 rtnl_handle_getaddr(struct nlmsghdr *hdr, struct nlpcb *nlp, struct nl_pstate *npt) in rtnl_handle_getaddr() [all …]
|