Home
last modified time | relevance | path

Searched refs:load_net16 (Results 1 – 9 of 9) sorted by relevance

/dports/dns/wdns/wdns-0.10.0/wdns/
H A Dparse_header.c8 load_net16(p, id); in _wdns_parse_header()
9 load_net16(p + 2, flags); in _wdns_parse_header()
10 load_net16(p + 4, qdcount); in _wdns_parse_header()
11 load_net16(p + 6, ancount); in _wdns_parse_header()
12 load_net16(p + 8, nscount); in _wdns_parse_header()
13 load_net16(p + 10, arcount); in _wdns_parse_header()
H A Dwdns-private.h30 #define load_net16(buf, out) do { \ macro
/dports/net/nmsg/nmsg-1.0.1/nmsg/
H A Dipdg.c64 load_net16(&eth->ether_type, &etype); in nmsg_ipdg_parse_pcap()
69 load_net16(pkt, &etype); in nmsg_ipdg_parse_pcap()
95 load_net16(pkt, &etype); in nmsg_ipdg_parse_pcap()
141 load_net16(&ip->ip_off, &ip_off); in _nmsg_ipdg_parse_reasm()
165 load_net16(&ip6->ip6_plen, &payload_len); in _nmsg_ipdg_parse_reasm()
246 load_net16(&udp->uh_ulen, &tp_payload_len); in _nmsg_ipdg_parse_reasm()
283 load_net16(&eth->ether_type, &etype); in nmsg_ipdg_parse_pcap_raw()
288 load_net16(pkt, &etype); in nmsg_ipdg_parse_pcap_raw()
314 load_net16(pkt, &etype); in nmsg_ipdg_parse_pcap_raw()
333 load_net16(&ip->ip_off, &ip_off); in nmsg_ipdg_parse_pcap_raw()
[all …]
H A Dnmsg_port_net.h61 #define load_net16(buf, out) do { \ macro
H A Dinput_nmsg.c435 load_net16(buf, &version); in _input_nmsg_deserialize_header()
485 load_net16(buf->pos, &version); in read_file()
528 load_net16(buf->pos, msgsize); in read_file()
/dports/net/nmsg/nmsg-1.0.1/nmsg/base/
H A Dpacket.c127 load_net16(pkt, &type); in packet_load()
133 load_net16(pkt, &type); in packet_load()
148 load_net16(pkt, &type); in packet_load()
H A Ddnstap.c241 load_net16(p, &priv->id); in dnstap_message_load()
242 load_net16(p+2, &flags); in dnstap_message_load()
243 load_net16(p+4, &qdcount); in dnstap_message_load()
H A Dipreasm.c505 load_net16(packet + offsetof(struct ip6_hdr, ip6_plen), &total_len); in frag_from_ipv6()
644 load_net16(packet + offsetof(struct ip6_hdr, ip6_plen), &plen); in reasm_parse_packet()
H A Ddnsqr.c1732 load_net16(p, &dnsqr->id); in do_packet_dns()
1733 load_net16(p + 2, flags); in do_packet_dns()
1734 load_net16(p + 4, &qdcount); in do_packet_dns()