Searched refs:l2 (Results 1 - 25 of 438) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20021108-1.c5 return &&l1-&&l2;
6 l2:;
H A D920428-3.c2 x(a){static void*j[]={&&l1,&&l2};goto*j[a];l1:return 0;l2:return 1;}
H A Dlabels-3.c11 static const short ar[] = { &&l1 - &&l1, &&l2 - &&l1 };
16 l2:
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20021108-1.c5 return &&l1-&&l2;
6 l2:;
H A D920428-3.c2 x(a){static void*j[]={&&l1,&&l2};goto*j[a];l1:return 0;l2:return 1;}
H A Dlabels-3.c11 static const short ar[] = { &&l1 - &&l1, &&l2 - &&l1 };
16 l2:
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/l2_packet/
H A Dl2_packet_none.c36 int l2_packet_get_own_addr(struct l2_packet_data *l2, u8 *addr) argument
38 os_memcpy(addr, l2->own_addr, ETH_ALEN);
43 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, argument
46 if (l2 == NULL)
51 * whether l2->l2_hdr is set).
60 struct l2_packet_data *l2 = eloop_ctx; local
68 l2->rx_callback(l2->rx_callback_ctx, NULL /* TODO: src addr */,
79 struct l2_packet_data *l2; local
81 l2
99 l2_packet_deinit(struct l2_packet_data *l2) argument
113 l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) argument
120 l2_packet_notify_auth_start(struct l2_packet_data *l2) argument
[all...]
H A Dl2_packet_winpcap.c71 int l2_packet_get_own_addr(struct l2_packet_data *l2, u8 *addr) argument
73 os_memcpy(addr, l2->own_addr, ETH_ALEN);
78 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, argument
84 if (l2 == NULL)
87 if (l2->l2_hdr) {
88 ret = pcap_sendpacket(l2->pcap, buf, len);
96 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
99 ret = pcap_sendpacket(l2->pcap, (u8 *) eth, mlen);
111 struct l2_packet_data *l2 = (struct l2_packet_data *) user; local
118 if (l2
136 struct l2_packet_data *l2 = arg; local
159 struct l2_packet_data *l2 = eloop_data; local
167 l2_packet_init_libpcap(struct l2_packet_data *l2, unsigned short protocol) argument
210 struct l2_packet_data *l2; local
259 struct l2_packet_data *l2 = eloop_ctx; local
279 l2_packet_deinit(struct l2_packet_data *l2) argument
301 l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) argument
337 l2_packet_notify_auth_start(struct l2_packet_data *l2) argument
[all...]
H A Dl2_packet_pcap.c49 int l2_packet_get_own_addr(struct l2_packet_data *l2, u8 *addr) argument
51 os_memcpy(addr, l2->own_addr, ETH_ALEN);
57 static int l2_packet_init_libdnet(struct l2_packet_data *l2) argument
61 l2->eth = eth_open(l2->ifname);
62 if (!l2->eth) {
63 printf("Failed to open interface '%s'.\n", l2->ifname);
68 if (eth_get(l2->eth, &own_addr) < 0) {
70 l2->ifname);
72 eth_close(l2
83 l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, const u8 *buf, size_t len) argument
125 struct l2_packet_data *l2 = eloop_ctx; local
155 struct l2_packet_data *l2 = (struct l2_packet_data *) user; local
182 struct l2_packet_data *l2 = eloop_ctx; local
202 l2_packet_init_libpcap(struct l2_packet_data *l2, unsigned short protocol) argument
290 struct l2_packet_data *l2; local
320 l2_packet_deinit(struct l2_packet_data *l2) argument
338 l2_packet_get_ip_addr(struct l2_packet_data *l2, char *buf, size_t len) argument
374 l2_packet_notify_auth_start(struct l2_packet_data *l2) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20021029-2.c9 static void * const ar[] = { &&l2 };
12 l2:
H A D20021029-1.c10 static const int ar[] = { &&l1 - &&l1, &&l2 - &&l1 };
15 l2:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/
H A Dfpr-moves-3.c7 register double l2 asm ("$f20") = 0.0;
9 asm volatile ("#foo" :: "f" (l2));
H A Dfpr-moves-4.c7 register double l2 asm ("$f20") = 0.0;
9 asm volatile ("#foo" :: "f" (l2));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20021029-2.c9 static void * const ar[] = { &&l2 };
12 l2:
H A D20021029-1.c10 static const int ar[] = { &&l1 - &&l1, &&l2 - &&l1 };
15 l2:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp3524a.C23 ccLine l2; local
24 l2.distToPoint (l2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp3524a.C23 ccLine l2; local
24 l2.distToPoint (l2);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/elf/
H A Dstruct.s1 .globl w1, w2, w3, l1, l2
9 l2: .long 0 label
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D921218-2.c3 long l2; local
8 ul = us = l2 = s2 = -1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D921218-2.c3 long l2; local
8 ul = us = l2 = s2 = -1;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Dlogical.f9022 logical (kind=2) :: l2 variable in program:test
27 l2 = .TRUE.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Delf-rel12.s3 lui $4,%hi(l2)
5 addiu $4,$4,%lo(l2)
11 .globl l2
14 l2: .word 2 label
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/
H A Dasmgoto-4.c8 asm goto ("" : : : : l1, l2);
12 l2:
29 asm goto ("" : : : : l1, l2);
32 l2:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/parse/
H A Dparens2.C9 double l2 = (double(int(i)) / double(int(i))); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tls/
H A Ddiag-4.C8 __thread auto int l2; /* { dg-error "multiple storage classes" } */ local

Completed in 227 milliseconds

1234567891011>>