Searched refs:packet (Results 1 - 25 of 151) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/usr.sbin/pppd/pppdump/
H A Dpppdump.h32 struct packet { struct
37 #define PACKETPTR struct packet *
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr36154.c4 unsigned char packet[]; member in struct:eth_test_pkt
6 struct eth_test_pkt pkt_unaligned = { .packet = { 0xFC } };
9 return memcmp(p, pkt_unaligned.packet, 1);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/resolver/ans2/
H A Dans.pl45 my ($packet, $err) = new Net::DNS::Packet(\$buf, 0);
49 $packet->print;
51 $packet->header->qr(1);
53 my @questions = $packet->question;
59 $packet->push("answer", new Net::DNS::RR("cname1.example.com 300 CNAME cname1.example.com"));
60 $packet->push("answer", new Net::DNS::RR("cname1.example.com 300 A 1.2.3.4"));
63 $packet->push("answer", new Net::DNS::RR("cname2.example.com 300 A 1.2.3.4"));
64 $packet->push("answer", new Net::DNS::RR("cname2.example.com 300 CNAME cname2.example.com"));
71 $packet->header->aa(1);
73 $packet
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/resolver/ans3/
H A Dans.pl45 my ($packet, $err) = new Net::DNS::Packet(\$buf, 0);
49 $packet->print;
51 $packet->header->qr(1);
52 $packet->header->aa(1);
54 my @questions = $packet->question;
58 $packet->push("answer",
62 $packet->push("answer",
66 $packet->push("answer",
70 $packet->push("answer",
74 $packet
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic6x/
H A Dparallel-bad-4.l2 [^:]*:28: Error: too many instructions in execute packet
3 [^:]*:30: Error: too many instructions in execute packet
H A Dparallel-bad-3.l2 [^:]*:13: Error: too many instructions in execute packet
H A Dresource-func-unit-2.l2 [^:]*:17: Error: functional unit already used in this execute packet
3 [^:]*:19: Error: functional unit already used in this execute packet
H A Dsploop-bad-2.l2 [^:]*:7: Error: 'sploop' instruction not at start of execute packet
3 [^:]*:11: Error: 'sploopd' instruction not at start of execute packet
4 [^:]*:15: Error: 'sploopw' instruction not at start of execute packet
5 [^:]*:20: Error: 'spkernel' instruction not at start of execute packet
6 [^:]*:23: Error: 'spkernel' instruction not at start of execute packet
7 [^:]*:26: Error: 'spkernelr' instruction not at start of execute packet
8 [^:]*:28: Error: 'spmask' instruction not at start of execute packet
9 [^:]*:30: Error: 'spmaskr' instruction not at start of execute packet
H A Dalign-2.s2 # execute packets can cross fetch packet boundaries.
8 # Fetch packet.
13 # Fetch packet.
23 # Fetch packet.
32 # Fetch packet.
42 # Fetch packet.
51 # Fetch packet.
61 # Fetch packet.
70 # Fetch packet.
80 # Fetch packet
[all...]
H A Dalign-1.s6 # Fetch packet.
18 # Fetch packet.
21 # Fetch packet.
23 # Fetch packet.
32 # Fetch packet.
42 # Fetch packet.
51 # Fetch packet.
59 # Fetch packet.
66 # Fetch packet.
H A Dresource-func-unit-1.l2 [^:]*:9: Error: functional unit already used in this execute packet
H A Dparallel-bad-3.s1 # Test too many instructions in execute packet.
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Dbootp.c46 void bootp (packet)
47 struct packet *packet;
52 struct packet outgoing;
66 if (packet -> raw -> op != BOOTREQUEST)
73 print_hw_addr (packet -> raw -> htype,
74 packet -> raw -> hlen,
75 packet -> raw -> chaddr),
76 packet -> raw -> giaddr.s_addr
77 ? inet_ntoa (packet
[all...]
H A Ddhcp.c62 void dhcp (packet)
63 struct packet *packet;
71 if (!locate_network (packet) &&
72 packet -> packet_type != DHCPREQUEST &&
73 packet -> packet_type != DHCPINFORM) {
79 if (packet -> packet_type > 0 &&
80 packet -> packet_type < dhcp_type_name_max - 1) {
81 s = dhcp_type_names [packet -> packet_type - 1];
84 sprintf (typebuf, "type %d", packet
2937 find_lease(struct lease **lp, struct packet *packet, struct shared_network *share, int *ours, int *allocatedp, struct lease *ip_lease_in, const char *file, int line) argument
3589 mockup_lease(struct lease **lp, struct packet *packet, struct shared_network *share, struct host_decl *hp) argument
3639 allocate_lease(struct lease **lp, struct packet *packet, struct pool *pool, int *peer_has_leases) argument
[all...]
H A Dclass.c74 void classify_client (packet)
75 struct packet *packet;
77 execute_statements ((struct binding_value **)0, packet,
79 packet -> options, (struct option_state *)0,
83 int check_collection (packet, lease, collection)
84 struct packet *packet;
108 (&ignorep, packet, lease,
110 packet
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dread_message.c81 krb5_data packet; local
83 ret = krb5_read_message(context, p_fd, &packet);
86 ret = krb5_rd_priv (context, ac, &packet, data, NULL);
87 krb5_data_free(&packet);
98 krb5_data packet; local
100 ret = krb5_read_message(context, p_fd, &packet);
103 ret = krb5_rd_safe (context, ac, &packet, data, NULL);
104 krb5_data_free(&packet);
H A Dwrite_message.c65 krb5_data packet; local
67 ret = krb5_mk_priv (context, ac, data, &packet, NULL);
70 ret = krb5_write_message(context, p_fd, &packet);
71 krb5_data_free(&packet);
82 krb5_data packet; local
83 ret = krb5_mk_safe (context, ac, data, &packet, NULL);
86 ret = krb5_write_message(context, p_fd, &packet);
87 krb5_data_free(&packet);
/netbsd-6-1-5-RELEASE/share/doc/psd/20.ipctut/
H A Ddgramread.c78 perror("receiving datagram packet");
H A Dudgramread.c74 perror("receiving datagram packet");
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A DMakefile.am18 packet-parse.c \
19 packet-print.c \
20 packet-show.c \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/upforwd/ans4/
H A Dans.pl102 my ($packet, $err) = new Net::DNS::Packet(\$buf, 0);
105 $packet->header->qr(1);
106 $packet->header->aa(1);
108 my @questions = $packet->question;
114 while (my $rr = $packet->pop("additional")) {
128 $packet->push("answer", $a);
131 # Sign the packet
145 $packet->{"compnames"} = {};
146 $packet->{"header"}{"arcount"} += 1;
155 $packet
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/
H A Dans.pl120 my $packet = new Net::DNS::Packet($qname, $qtype, $qclass);
121 $packet->header->qr(1);
122 $packet->header->aa(1);
123 $packet->header->id($id);
141 $packet->push("answer", $a);
144 # Sign the packet
158 $packet->{"compnames"} = {};
159 $packet->{"header"}{"arcount"} += 1;
168 $packet->sign_tsig($tsig);
173 #$packet
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/relay/
H A Ddhcrelay.c82 /* Maximum size of a packet with agent options added. */
281 /* Set up the bootp packet handler... */
326 void relay (ip, packet, length, from_port, from, hfrom)
328 struct dhcp_packet *packet;
339 if (packet -> hlen > sizeof packet -> chaddr) {
340 log_info ("Discarding packet with invalid hlen.");
345 in the packet. */
346 if (packet -> giaddr.s_addr) {
349 &packet
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/client/
H A Ddhclient.c485 /* Set up the bootp packet handler... */
532 int check_collection (packet, lease, collection)
533 struct packet *packet;
540 void classify (packet, class)
541 struct packet *packet;
565 * -> otherwise: received a packet in this state
568 * Returns 1, sendpacket_flag = 1: send packet, reset timer.
579 * sendpacket: DHCP packet w
2232 write_lease_option(struct option_cache *oc, struct packet *packet, struct lease *lease, struct client_state *client_state, struct option_state *in_options, struct option_state *cfg_options, struct binding_scope **scope, struct universe *u, void *stuff) argument
2474 client_option_envadd(struct option_cache *oc, struct packet *packet, struct lease *lease, struct client_state *client_state, struct option_state *in_options, struct option_state *cfg_options, struct binding_scope **scope, struct universe *u, void *stuff) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/
H A Dheader.h74 extern void write_socket (int which, void *packet, int length);
76 extern int read_socket (int which, void *packet, int length, int waiting);

Completed in 121 milliseconds

1234567