Searched defs:packet (Results 51 - 75 of 83) sorted by relevance

1234

/freebsd-10-stable/sys/boot/i386/libi386/
H A Dbiosdisk.c431 static struct edd_packet packet; local
/freebsd-10-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c307 u_char packet[512]; /* last inbound (icmp) packet */ variable
[all...]
/freebsd-10-stable/usr.sbin/ppp/
H A Dip.c209 FilterCheck(const unsigned char *packet, argument
558 PacketCheck(struct bundle *bundle, u_int32_t family, const unsigned char *packet, int nb, struct filter *filter, const char *prefix, unsigned *psecs) argument
[all...]
/freebsd-10-stable/sys/netgraph/
H A Dng_pppoe.h249 union packet { union
/freebsd-10-stable/contrib/ldns/
H A Dpacket.c39 ldns_pkt_id(const ldns_pkt *packet) argument
45 ldns_pkt_qr(const ldns_pkt *packet) argument
51 ldns_pkt_aa(const ldns_pkt *packet) argument
57 ldns_pkt_tc(const ldns_pkt *packet) argument
63 ldns_pkt_rd(const ldns_pkt *packet) argument
69 ldns_pkt_cd(const ldns_pkt *packet) argument
75 ldns_pkt_ra(const ldns_pkt *packet) argument
81 ldns_pkt_ad(const ldns_pkt *packet) argument
87 ldns_pkt_get_opcode(const ldns_pkt *packet) argument
93 ldns_pkt_get_rcode(const ldns_pkt *packet) argument
99 ldns_pkt_qdcount(const ldns_pkt *packet) argument
105 ldns_pkt_ancount(const ldns_pkt *packet) argument
111 ldns_pkt_nscount(const ldns_pkt *packet) argument
117 ldns_pkt_arcount(const ldns_pkt *packet) argument
123 ldns_pkt_question(const ldns_pkt *packet) argument
129 ldns_pkt_answer(const ldns_pkt *packet) argument
135 ldns_pkt_authority(const ldns_pkt *packet) argument
141 ldns_pkt_additional(const ldns_pkt *packet) argument
148 ldns_pkt_all(const ldns_pkt *packet) argument
167 ldns_pkt_all_noquestion(const ldns_pkt *packet) argument
182 ldns_pkt_size(const ldns_pkt *packet) argument
188 ldns_pkt_querytime(const ldns_pkt *packet) argument
194 ldns_pkt_answerfrom(const ldns_pkt *packet) argument
200 ldns_pkt_timestamp(const ldns_pkt *packet) argument
206 ldns_pkt_edns_udp_size(const ldns_pkt *packet) argument
212 ldns_pkt_edns_extended_rcode(const ldns_pkt *packet) argument
218 ldns_pkt_edns_version(const ldns_pkt *packet) argument
224 ldns_pkt_edns_z(const ldns_pkt *packet) argument
230 ldns_pkt_edns_do(const ldns_pkt *packet) argument
236 ldns_pkt_set_edns_do(ldns_pkt *packet, bool value) argument
246 ldns_pkt_edns_data(const ldns_pkt *packet) argument
253 ldns_pkt_rr_list_by_name(ldns_pkt *packet, ldns_rdf *ownername, ldns_pkt_section sec) argument
284 ldns_pkt_rr_list_by_type(const ldns_pkt *packet, ldns_rr_type type, ldns_pkt_section sec) argument
320 ldns_pkt_rr_list_by_name_and_type(const ldns_pkt *packet, const ldns_rdf *ownername, ldns_rr_type type, ldns_pkt_section sec) argument
383 ldns_pkt_section_count(const ldns_pkt *packet, ldns_pkt_section s) argument
423 ldns_pkt_get_section_clone(const ldns_pkt *packet, ldns_pkt_section s) argument
450 ldns_pkt_set_id(ldns_pkt *packet, uint16_t id) argument
456 ldns_pkt_set_random_id(ldns_pkt *packet) argument
464 ldns_pkt_set_qr(ldns_pkt *packet, bool qr) argument
470 ldns_pkt_set_aa(ldns_pkt *packet, bool aa) argument
476 ldns_pkt_set_tc(ldns_pkt *packet, bool tc) argument
482 ldns_pkt_set_rd(ldns_pkt *packet, bool rd) argument
512 ldns_pkt_set_cd(ldns_pkt *packet, bool cd) argument
518 ldns_pkt_set_ra(ldns_pkt *packet, bool ra) argument
524 ldns_pkt_set_ad(ldns_pkt *packet, bool ad) argument
530 ldns_pkt_set_opcode(ldns_pkt *packet, ldns_pkt_opcode opcode) argument
536 ldns_pkt_set_rcode(ldns_pkt *packet, uint8_t rcode) argument
542 ldns_pkt_set_qdcount(ldns_pkt *packet, uint16_t qdcount) argument
548 ldns_pkt_set_ancount(ldns_pkt *packet, uint16_t ancount) argument
554 ldns_pkt_set_nscount(ldns_pkt *packet, uint16_t nscount) argument
560 ldns_pkt_set_arcount(ldns_pkt *packet, uint16_t arcount) argument
566 ldns_pkt_set_querytime(ldns_pkt *packet, uint32_t time) argument
572 ldns_pkt_set_answerfrom(ldns_pkt *packet, ldns_rdf *answerfrom) argument
578 ldns_pkt_set_timestamp(ldns_pkt *packet, struct timeval timeval) argument
585 ldns_pkt_set_size(ldns_pkt *packet, size_t s) argument
591 ldns_pkt_set_edns_udp_size(ldns_pkt *packet, uint16_t s) argument
597 ldns_pkt_set_edns_extended_rcode(ldns_pkt *packet, uint8_t c) argument
603 ldns_pkt_set_edns_version(ldns_pkt *packet, uint8_t v) argument
609 ldns_pkt_set_edns_z(ldns_pkt *packet, uint16_t z) argument
615 ldns_pkt_set_edns_data(ldns_pkt *packet, ldns_rdf *data) argument
621 ldns_pkt_set_section_count(ldns_pkt *packet, ldns_pkt_section s, uint16_t count) argument
648 ldns_pkt_push_rr(ldns_pkt *packet, ldns_pkt_section section, ldns_rr *rr) argument
734 ldns_pkt *packet; local
784 ldns_pkt_free(ldns_pkt *packet) argument
800 ldns_pkt_set_flags(ldns_pkt *packet, uint16_t flags) argument
913 ldns_pkt *packet; local
994 ldns_pkt *packet; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp445 char packet[256]; local
1196 StreamString packet; local
1226 StreamString packet; local
1292 StreamString packet; local
1640 char packet[64]; local
[all...]
H A DProcessGDBRemote.cpp376 char packet[128]; local
1065 char packet[64]; local
1100 StreamString packet; local
2136 char packet[64]; local
2172 StreamString packet; local
3194 StreamString packet; local
[all...]
/freebsd-10-stable/sbin/dhclient/
H A Ddhcpd.h102 struct packet { struct
184 struct dhcp_packet packet; member in struct:client_state
[all...]
H A Ddhclient.c724 dhcpack(struct packet *packet) argument
871 bootp(struct packet *packet) argument
891 dhcp(struct packet *packet) argument
927 dhcpoffer(struct packet *packet) argument
1047 packet_to_lease(struct packet *packet) argument
1131 dhcpnak(struct packet *packet) argument
[all...]
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c425 static int cvmx_debug_putpacket_noformat(char *packet) argument
438 char *packet = __builtin_alloca(tmpsize + bufsize + 1); local
468 char *packet = __builtin_alloca(size + 16 + 1); local
613 cvmx_debug_process_packet(const char *packet) argument
1049 char packet[CVMX_DEBUG_MAX_REQUEST_SIZE]; local
[all...]
/freebsd-10-stable/sys/dev/bwi/
H A Dbwimac.c705 const uint32_t *packet; local
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Duser_mad.c200 struct ib_umad_packet *packet local
164 queue_packet(struct ib_umad_file *file, struct ib_mad_agent *agent, struct ib_umad_packet *packet) argument
188 dequeue_send(struct ib_umad_file *file, struct ib_umad_packet *packet) argument
219 struct ib_umad_packet *packet; local
263 copy_recv_mad(struct ib_umad_file *file, char __user *buf, struct ib_umad_packet *packet, size_t count) argument
313 copy_send_mad(struct ib_umad_file *file, char __user *buf, struct ib_umad_packet *packet, size_t count) argument
336 struct ib_umad_packet *packet; local
412 is_duplicate(struct ib_umad_file *file, struct ib_umad_packet *packet) argument
449 struct ib_umad_packet *packet; local
842 struct ib_umad_packet *packet, *tmp; local
[all...]
/freebsd-10-stable/contrib/unbound/util/
H A Dnetevent.c383 comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet, argument
466 comm_point_send_udp_msg_if(struct comm_point *c, sldns_buffer* packet, argument
[all...]
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_socket.c660 struct ip *packet; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c782 struct swrap_packet *packet; local
942 struct swrap_packet *packet; local
[all...]
/freebsd-10-stable/sbin/ping/
H A Dping.c946 u_char *packet; local
[all...]
/freebsd-10-stable/sbin/routed/
H A Ddefs.h170 char packet[OVER_MAXPACKETSIZE*2]; member in union:pkt_buf
/freebsd-10-stable/sys/dev/drm/
H A Dradeon_state.c641 } packet[RADEON_MAX_STATE_PACKETS] = { variable in typeref:struct:__anon8409
[all...]
/freebsd-10-stable/tools/tools/netmap/
H A Dpkt-gen.c621 const unsigned char *packet; local
[all...]
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_state.c663 } packet[RADEON_MAX_STATE_PACKETS] = { variable in typeref:struct:__anon67
[all...]
/freebsd-10-stable/contrib/traceroute/
H A Dtraceroute.c310 u_char packet[512]; /* last inbound (icmp) packet */ variable
1720 sctp_crc32c(const void *packet, u_int32_t len) argument
[all...]
/freebsd-10-stable/contrib/unbound/services/
H A Doutside_network.c1004 randomize_and_send_udp(struct pending* pend, sldns_buffer* packet, int timeout) argument
1052 pending_udp_query(struct serviced_query* sq, struct sldns_buffer* packet, argument
909 select_id(struct outside_network* outnet, struct pending* pend, sldns_buffer* packet) argument
1125 pending_tcp_query(struct serviced_query* sq, sldns_buffer* packet, int timeout, comm_point_callback_t* callback, void* callback_arg) argument
[all...]
/freebsd-10-stable/crypto/openssh/
H A Dpacket.c106 struct packet { struct
[all...]
/freebsd-10-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c820 uint8_t packet[roundup2(sizeof(struct vstor_packet), 8)]; local
/freebsd-10-stable/contrib/gdb/gdb/
H A Dremote-mips.c817 unsigned char *packet; local
[all...]

Completed in 913 milliseconds

1234