Searched refs:l2 (Results 151 - 175 of 185) sorted by relevance

12345678

/freebsd-11-stable/gnu/usr.bin/rcs/
H A Drcstest289 rcs -l2.1 $q a.c || { echo "#rcs -l2.1 failed"; exit 1; }
/freebsd-11-stable/contrib/ntp/sntp/
H A DMakefile.in973 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1016 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l293 l2 return L2;
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c1987 struct l2_packet_data *l2 = NULL; local
2017 l2 = l2_packet_init(ifname, hapd->own_addr, ethertype,
2019 if (l2 == NULL)
2022 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len);
2025 if (l2)
2026 l2_packet_deinit(l2);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Devents.c2183 if (wpa_s->l2)
2184 l2_packet_send(wpa_s->l2, wpa_s->bssid, 0x0800,
2814 if (wpa_s->l2)
2815 l2_packet_notify_auth_start(wpa_s->l2);
3315 l2_packet_deinit(wpa_s->l2);
3316 wpa_s->l2 = NULL;
H A Dwpa_supplicant.c485 l2_packet_deinit(wpa_s->l2);
486 wpa_s->l2 = NULL;
4321 l2_packet_deinit(wpa_s->l2);
4322 wpa_s->l2 = l2_packet_init(wpa_s->ifname,
4326 if (wpa_s->l2 == NULL)
4329 if (l2_packet_set_packet_filter(wpa_s->l2,
4339 if (wpa_s->l2 && l2_packet_get_own_addr(wpa_s->l2, wpa_s->own_addr)) {
H A Dwpa_supplicant_i.h495 struct l2_packet_data *l2; member in struct:wpa_supplicant
H A Dctrl_iface.c2177 if (wpa_s->l2 &&
2178 l2_packet_get_ip_addr(wpa_s->l2, tmp, sizeof(tmp)) >= 0) {
9058 struct l2_packet_data *l2 = NULL; local
9078 l2 = l2_packet_init(wpa_s->ifname, wpa_s->own_addr, ethertype,
9080 if (l2 == NULL)
9083 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len);
9086 if (l2)
9087 l2_packet_deinit(l2);
/freebsd-11-stable/contrib/gcc/
H A Dgengtype.c1141 int l2;
1145 l2 = strlen (s2);
1146 if (l1 >= l2 && IS_DIR_SEPARATOR (s1[-1]) && !memcmp (s1, s2, l2))
1148 basename -= l2 + 1;
1139 int l2; local
H A Ddwarf2out.c2176 char l1[20], l2[20], section_start_label[20];
2248 ASM_GENERATE_INTERNAL_LABEL (l2, CIE_END_LABEL, for_eh);
2252 dw2_asm_output_delta (for_eh ? 4 : DWARF_OFFSET_SIZE, l2, l1,
2366 ASM_OUTPUT_LABEL (asm_out_file, l2);
2383 ASM_GENERATE_INTERNAL_LABEL (l2, FDE_END_LABEL, for_eh + i * 2);
2387 dw2_asm_output_delta (for_eh ? 4 : DWARF_OFFSET_SIZE, l2, l1,
2508 ASM_OUTPUT_LABEL (asm_out_file, l2);
7919 char l1[20], l2[20], p1[20], p2[20];
7932 ASM_GENERATE_INTERNAL_LABEL (l2, LINE_NUMBER_END_LABEL, 0);
7939 dw2_asm_output_delta (DWARF_OFFSET_SIZE, l2, l
2175 char l1[20], l2[20], section_start_label[20]; local
7908 char l1[20], l2[20], p1[20], p2[20]; local
[all...]
H A Dtree.h4350 #define add_double(l1,h1,l2,h2,lv,hv) \
4351 add_double_with_sign (l1, h1, l2, h2, lv, hv, false)
4358 #define mul_double(l1,h1,l2,h2,lv,hv) \
4359 mul_double_with_sign (l1, h1, l2, h2, lv, hv, false)
H A Dtree-ssa-loop-ivopts.c4713 iv_ca_delta_join (struct iv_ca_delta *l1, struct iv_ca_delta *l2) argument
4717 if (!l2)
4721 return l2;
4725 last->next_change = l2;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Ddecl.c843 lnklst(sym_t *l1, sym_t *l2) argument
848 return (l2);
851 l1->s_nxt = l2;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A DMakefile.in2512 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
2538 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
2550 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
2576 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
2588 l2='$(man_MANS)'; for i in $$l2; d
[all...]
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
H A Dunistruct.h433 enum uni_blli_l2 l2; /* layer 2 info */ member in struct:uni_ie_blli
H A Duni_ie.c4611 uni_print_tbl("l2", ie->l2, l2_tbl, cx);
4612 uni_print_push_prefix("l2", cx);
4672 switch(ie->l2) {
4923 APP_BYTE(msg, (UNI_BLLI_L2_ID<<5)|ie->l2);
4931 APP_BYTE(msg, (UNI_BLLI_L2_ID<<5)|ie->l2);
4934 APP_BYTE(msg, (UNI_BLLI_L2_ID << 5) | ie->l2 | 0x80);
5010 ie->l2 = c & 0x1f;
5016 if(ie->l2 == UNI_BLLI_L2_USER) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp217 ScopedErrorReportLock l2; local
/freebsd-11-stable/contrib/sqlite3/
H A DMakefile.in613 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c782 int l1, l2; local
789 l2 = (int)strlen(e2);
790 if (l1 < l2)
791 l1 = l2;
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c4526 u_int needed, nsegs1, nsegs2, l1, l2; local
4535 l1 = l2 = txpkts1_len16();
4539 l2 = txpkts0_len16(nsegs2);
4541 txp->len16 = howmany(sizeof(struct fw_eth_tx_pkts_wr), 16) + l1 + l2;
4552 set_mbuf_len16(n, l2);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c2991 int l1, l2, s1, s2;
2999 l2 = lookup_attribute ("long_call", TYPE_ATTRIBUTES (type2)) != NULL;
3004 if (l1 | l2 | s1 | s2)
3007 if ((l1 != l2) || (s1 != s2))
3011 if ((l1 & s2) || (l2 & s1))
3019 l2 = lookup_attribute ("isr", TYPE_ATTRIBUTES (type2)) != NULL;
3020 if (! l2)
3022 if (l1 != l2)
2984 int l1, l2, s1, s2; local
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_ec_regs.h67 uint32_t l2; member in struct:al_ec_gen
1147 /**** l2 register ****/
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_tpc.c1132 uint32_t l1, l2; local
1140 l2 = scsi_4btoul(range[j].length);
1141 if (b1 + l1 > b2 && b2 + l2 > b1)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2544 uint64_t l2 = B.OffsetInBits;
2546 uint64_t r2 = l2 + B.SizeInBits;
2547 if (r1 <= l2)
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c1534 i6addr_t l1, l2, d; local
1541 l2 = *ip2;
1543 s2 = (u_short *)&l2;

Completed in 327 milliseconds

12345678