Home
last modified time | relevance | path

Searched +full:addr +full:- +full:mode (Results 1 – 25 of 1046) sorted by relevance

12345678910>>...42

/freebsd-src/sys/contrib/device-tree/Bindings/leds/
H A Dleds-netxbig.txt5 - compatible: "lacie,netxbig-leds".
6 - gpio-ext: Phandle for the gpio-ext bus.
9 - timers: Timer array. Each timer entry is represented by three integers:
10 Mode (gpio-ext bus), delay_on and delay_off.
12 Each LED is represented as a sub-node of the netxbig-leds device.
14 Required sub-node properties:
15 - mode-addr: Mode register address on gpio-ext bus.
16 - mode-val: Mode to value mapping. Each entry is represented by two integers:
17 A mode and the corresponding value on the gpio-ext bus.
18 - bright-addr: Brightness register address on gpio-ext bus.
[all …]
/freebsd-src/contrib/bsnmp/tests/
H A Dconstbuf.h2 * Copyright (c) 2019-2020 Hartmut Brandt.
36 #pragma clang diagnostic ignored "-Wgnu-string-literal-operator-template"
56 count_comment(A c, Constbuf_mode &mode) in count_comment() argument
59 mode = Constbuf_mode::BIN; in count_comment()
65 count_hex(A c, Constbuf_mode &mode, std::size_t &bits) in count_hex() argument
76 mode = Constbuf_mode::BIN; in count_hex()
82 handle_hex(A c, Constbuf_mode &mode, std::size_t &bit, U &n) in handle_hex() argument
85 n[bit / 8] |= ((c - '0') << 4) >> (bit % 8); in handle_hex()
90 n[bit / 8] |= ((c - 'a' + 10) << 4) >> (bit % 8); in handle_hex()
95 n[bit / 8] |= ((c - 'A' + 10) << 4) >> (bit % 8); in handle_hex()
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-net5big.dts1 // SPDX-License-Identifier: GPL-2.0
9 * Based on netxbig_v2-setup.c,
14 /dts-v1/;
17 #include "kirkwood-6281.dtsi"
18 #include "kirkwood-netxbig.dtsi"
22 compatible = "lacie,net5big_v2", "lacie,netxbig", "marvell,kirkwood-88f6281", "marvell,kirkwood";
33 compatible = "regulator-fixed";
35 regulator-name = "hdd1power";
36 regulator-min-microvolt = <5000000>;
37 regulator-max-microvolt = <5000000>;
[all …]
H A Dkirkwood-netxbig.dtsi1 // SPDX-License-Identifier: GPL-2.0
9 * Based on netxbig_v2-setup.c,
14 #include <dt-bindings/leds/leds-netxbig.h>
16 #include "kirkwood-6281.dtsi"
21 stdout-path = &uart0;
33 #address-cells = <1>;
34 #size-cell
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpc5200.txt2 ----------------------------
4 (c) 2006-2009 Secret Lab Technologies Ltd
8 ------------------
9 For mpc5200 on-chip devices, the format for each compatible value is
10 <chip>-<device>[-<mode>]. The OS should be able to match a device driver
21 "fsl,mpc5200-<device>".
26 devices have extra functions but still have a backwards compatible mode.
29 compatible = "fsl,mpc5200b-<device>","fsl,mpc5200-<device>";
34 ie. ethernet on mpc5200: compatible = "fsl,mpc5200-fec";
35 ethernet on mpc5200b: compatible = "fsl,mpc5200b-fec", "fsl,mpc5200-fec";
[all …]
/freebsd-src/contrib/netbsd-tests/net/if_gif/
H A Dt_gif.sh1 # $NetBSD: t_gif.sh,v 1.9 2016/12/21 09:46:39 ozaki-r Exp $
64 DEBUG=${DEBUG:-true}
80 atf_check -s exit:0 rump.ifconfig shmif0 inet6 ${lan}
82 atf_check -s exit:0 rump.ifconfig shmif0 inet ${lan} netmask 0xffffff00
84 atf_check -s exit:0 rump.ifconfig shmif0 up
88 atf_check -s exit:0 rump.ifconfig shmif1 inet6 ${wan}
90 atf_check -s exit:0 rump.ifconfig shmif1 inet ${wan} netmask 0xff000000
92 atf_check -s exit:0 rump.ifconfig shmif1 up
105 atf_check -s exit:0 -o match:shmif0 rump.ifconfig
107 atf_check -s exit:0 -o ignore rump.ping6 -n -c 1 -X $TIMEOUT ${lan}
[all …]
/freebsd-src/usr.sbin/mtest/
H A Dmtest.82 .\" Copyright (c) 2007-2009 Bruce Simpson.
44 .Bl -tag -width "a ifname e.e.e.e e.e.e.e" -compact -offset indent
46 .It Ic a Ar ifname Ar mac-addr
47 Join the link-layer group address
48 .Ar mac-addr
53 .It Ic d Ar ifname Ar mac-addr
54 Leave the link-layer group address
55 .Ar mac-addr
59 Set or reset ALLMULTI mode on interface
61 This option is deprecated and is now a no-op.
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPatterns.td1 //===-- SystemZPatterns.td - SystemZ-specific pattern rules ---*- tblgen-*-
[all...]
/freebsd-src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c30 ahp->ah_mcast_filter_l32_set = 0; in ar9300_wowoffload_prep()
31 ahp->ah_mcast_filter_u32_set = 0; in ar9300_wowoffload_prep()
39 if (ahp->ah_mcast_filter_l32_set != 0) { in ar9300_wowoffload_post()
41 val &= ~ahp->ah_mcast_filter_l32_set; in ar9300_wowoffload_post()
44 if (ahp->ah_mcast_filter_u32_set != 0) { in ar9300_wowoffload_post()
46 val &= ~ahp->ah_mcast_filter_u32_set; in ar9300_wowoffload_post()
50 ahp->ah_mcast_filter_l32_set = 0; in ar9300_wowoffload_post()
51 ahp->ah_mcast_filter_u32_set = 0; in ar9300_wowoffload_post()
72 ahp->ah_mcast_filter_u32_set |= (1 << pos); in ar9300_wowoffload_add_mcast_filter()
74 ahp->ah_mcast_filter_l32_set |= (1 << pos); in ar9300_wowoffload_add_mcast_filter()
[all …]
/freebsd-src/sys/arm/ti/am335x/
H A Dtda19988.c1 /*-
57 #define MKREG(page, addr) (((page) << 8) | (addr)) argument
253 uint8_t addr = TDA_CURPAGE_ADDR; in tda19988_set_page() local
257 { sc->sc_addr, IIC_M_WR, 2, cmd }, in tda19988_set_page()
260 cmd[0] = addr; in tda19988_set_page()
263 result = (iicbus_transfer(sc->sc_dev, msg, 1)); in tda19988_set_page()
267 sc->sc_current_page = page; in tda19988_set_page()
273 tda19988_cec_read(struct tda19988_softc *sc, uint8_t addr, uint8_t *data) in tda19988_cec_read() argument
277 { sc->sc_cec_addr, IIC_M_WR, 1, &addr }, in tda19988_cec_read()
278 { sc->sc_cec_addr, IIC_M_RD, 1, data }, in tda19988_cec_read()
[all …]
/freebsd-src/sbin/hastd/
H A Dhast.conf.52 .\" Copyright (c) 2010-2012 Pawel Jakub Dawidek <pawel@dawidek.net>
55 .Bd -literal -offset indent
57 control <addr>
58 listen <addr>
59 replication <mode>
69 control <addr>
70 listen <addr>
76 control <addr>
77 listen <addr>
83 replication <mode>
[all …]
/freebsd-src/contrib/wpa/src/drivers/
H A Ddriver_hostap.c3 * Copyright (c) 2003-2005, Jouni Malinen <j@w1.fi>
71 fc = le_to_host16(hdr->frame_control); in handle_data()
78 sa = hdr->addr2; in handle_data()
81 event.rx_from_unknown.addr = sa; in handle_data()
82 wpa_supplicant_event(drv->hapd, EVENT_RX_FROM_UNKNOWN, &event); in handle_data()
85 left = len - sizeof(*hdr); in handle_data()
97 left -= sizeof(rfc1042_header); in handle_data()
106 left -= 2; in handle_data()
109 drv_event_eapol_rx(drv->hapd, sa, pos, left); in handle_data()
127 fc = le_to_host16(hdr->frame_contro in handle_tx_callback()
219 struct sockaddr_ll addr; hostap_init_sockets() local
282 hostap_send_eapol(void * priv,const u8 * addr,const u8 * data,size_t data_len,int encrypt,const u8 * own_addr,u32 flags) hostap_send_eapol() argument
328 hostap_sta_set_flags(void * priv,const u8 * addr,unsigned int total_flags,unsigned int flags_or,unsigned int flags_and) hostap_sta_set_flags() argument
408 const u8 *addr = params->addr; wpa_driver_hostap_set_key() local
461 hostap_get_seqnum(const char * ifname,void * priv,const u8 * addr,int idx,u8 * seq) hostap_get_seqnum() argument
588 hostap_read_sta_data(void * priv,struct hostap_sta_driver_data * data,const u8 * addr) hostap_read_sta_data() argument
661 hostap_sta_remove(void * priv,const u8 * addr) hostap_sta_remove() argument
679 hostap_get_inact_sec(void * priv,const u8 * addr) hostap_get_inact_sec() argument
695 hostap_sta_clear_stats(void * priv,const u8 * addr) hostap_sta_clear_stats() argument
800 u8 addr[ETH_ALEN]; hostapd_wireless_event_wireless_custom() local
1034 hostap_sta_deauth(void * priv,const u8 * own_addr,const u8 * addr,u16 reason) hostap_sta_deauth() argument
1082 hostap_sta_disassoc(void * priv,const u8 * own_addr,const u8 * addr,u16 reason) hostap_sta_disassoc() argument
1104 struct hostapd_hw_modes *mode; hostap_get_hw_feature_data() local
1154 wpa_driver_hostap_poll_client(void * priv,const u8 * own_addr,const u8 * addr,int qos) wpa_driver_hostap_poll_client() argument
[all...]
/freebsd-src/sys/dev/al_eth/
H A Dal_init_eth_lm.c1 /*-
73 /* 40GBASE-LR4 and 40GBASE-SR4 are optic modules */
109 uint8_t addr; member
115 {.addr = 0x0A, .value = 0x0C, .mask = 0xff },
116 {.addr = 0x2F, .value = 0x54, .mask = 0xff },
117 {.addr = 0x31, .value = 0x20, .mask = 0xff },
118 {.addr = 0x1E, .value = 0xE9, .mask = 0xff },
119 {.addr = 0x1F, .value = 0x0B, .mask = 0xff },
120 {.addr = 0xA6, .value = 0x43, .mask = 0xff },
121 {.addr = 0x2A, .value = 0x5A, .mask = 0xff },
[all …]
/freebsd-src/lib/libpjdlog/
H A Dpjdlog.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2009-2010 The FreeBSD Foundation
117 char addr[MAX(INET_ADDRSTRLEN, INET6_ADDRSTRLEN)]; in pjdlog_printf_render_sockaddr_ip() local
121 switch (ss->ss_family) { in pjdlog_printf_render_sockaddr_ip()
127 if (inet_ntop(ss->ss_family, &sin->sin_addr, addr, in pjdlog_printf_render_sockaddr_ip()
128 sizeof(addr)) == NULL) { in pjdlog_printf_render_sockaddr_ip()
139 if (inet_ntop(ss->ss_family, &sin->sin6_addr, addr, in pjdlog_printf_render_sockaddr_ip()
140 sizeof(addr)) == NULL) { in pjdlog_printf_render_sockaddr_ip()
147 snprintf(addr, sizeof(addr), "[unsupported family %hhu]", in pjdlog_printf_render_sockaddr_ip()
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/altera/
H A Dsocfpga_stratix10_swvp.dts1 // SPDX-License-Identifier: GPL-2.0
10 compatible = "altr,socfpga-stratix10-swvp", "altr,socfpga-stratix10";
27 stdout-path = "serial1:115200n8";
28 linux,initrd-start = <0x10000000>;
29 linux,initrd-end = <0x125c8324>;
39 enable-method = "spin-table";
40 cpu-release-addr = <0x0 0x0000fff8>;
44 enable-method = "spin-table";
45 cpu-release-addr = <0x0 0x0000fff8>;
49 enable-method = "spin-table";
[all …]
/freebsd-src/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c1 /*-
27 /*-
28 * This regression test attempts to confirm that the flags used at open-time
75 * a file descriptor is held, open-time limitations are implemented.
128 ok_mode(const char *testname, const char *comment, int mode) in ok_mode() argument
133 printf("ok %d - %s # mode 0x%x\n", testnum, testname, mode); in ok_mode()
135 printf("ok %d - %s # mode 0x%x - %s\n", testnum, testname, in ok_mode()
136 mode, comment); in ok_mode()
140 notok_mode(const char *testname, const char *comment, int mode) in notok_mode() argument
145 printf("not ok %d - %s # mode 0x%x\n", testnum, testname, in notok_mode()
[all …]
/freebsd-src/usr.sbin/cxgbetool/
H A Dcxgbetool.840 .Bl -item -compact
47 .Nm Ar nexus Cm clip Bro Cm hold | release Brc Ar ipv6-address
53 .Nm Ar nexus Cm hashfilter mode
55 .Nm Ar nexus Cm hashfilter Ar filter-specification
61 .Nm Ar nexus Cm filter mode
63 .Nm Ar nexus Cm filter Ar idx Ar filter-specification
69 .Nm Ar nexus Cm i2c Ar port_id devaddr addr Op Ar len
71 .Nm Ar nexus Cm loadcfg Ar fw-config.txt
75 .Nm Ar nexus Cm loadfw Ar fw-imag
[all...]
/freebsd-src/contrib/capsicum-test/
H A Dcapmode.cc2 // available in capability mode. The goal is not to see if they work, just
27 #include "capsicum-test.h"
61 unsigned int mode = -1; in FORK_TEST_F() local
62 EXPECT_OK(cap_getmode(&mode)); in FORK_TEST_F()
63 EXPECT_EQ(0, (int)mode); in FORK_TEST_F()
64 EXPECT_OK(cap_enter()); // Enter capability mode. in FORK_TEST_F()
65 EXPECT_OK(cap_getmode(&mode)); in FORK_TEST_F()
66 EXPECT_EQ(1, (int)mode); in FORK_TEST_F()
68 // System calls that are not permitted in capability mode in FORK_TEST_F()
105 struct sockaddr_in addr; FORK_TEST_F() local
252 struct sockaddr_in addr; FORK_TEST() local
[all...]
/freebsd-src/sys/dev/le/
H A Dlancereg.h3 /*-
4 * SPDX-License-Identifier: BSD-2-Clause
34 /*-
70 * - Am7990 Local Area Network Controller for Ethernet (LANCE)
71 * (and its descendent Am79c90 C-LANCE).
73 * - Am79c900 Integrated Local Area Communications Controller (ILACC)
75 * - Am79c960 PCnet-ISA Single-Chip Ethernet Controller for ISA
77 * - Am79c961 PCnet-ISA+ Jumperless Single-Chip Ethernet Controller
80 * - Am79c961A PCnet-ISA II Jumperless Full-Duplex Single-Chip
83 * - Am79c965A PCnet-32 Single-Chip 32-bit Ethernet Controller
[all …]
/freebsd-src/sys/arm/freescale/imx/
H A Dimx6_ipu.c1 /*-
63 #define MODE_HBP(mode) ((mode)->htotal - (mode)->hsync_end) argument
64 #define MODE_HFP(mode) ((mode)->hsync_start - (mode)->hdisplay) argument
65 #define MODE_HSW(mode) ((mode)->hsync_end - (mode)->hsync_start) argument
66 #define MODE_VBP(mode) ((mode)->vtotal - (mode)->vsync_end) argument
67 #define MODE_VFP(mode) ((mode)->vsync_start - (mode)->vdisplay) argument
68 #define MODE_VSW(mode) ((mode)->vsync_end - (mode)->vsync_start) argument
77 #define IPU_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx)
78 #define IPU_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx)
79 #define IPU_LOCK_INIT(_sc) mtx_init(&(_sc)->sc_mtx, \
[all …]
/freebsd-src/contrib/wpa/src/ap/
H A Dap_drv_ops.c2 * hostapd - Driver operations
3 * Copyright (c) 2009-2010, Jouni Malinen <j@w1.fi>
51 return -1; in add_buf()
62 return -1; in add_buf_data()
81 if (add_buf_data(&assocresp, buf, pos - buf) < 0 || in hostapd_build_ap_extra_ies()
82 add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
88 if (add_buf_data(&beacon, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
91 if (add_buf_data(&proberesp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
96 if (add_buf_data(&assocresp, buf, pos - buf) < 0) in hostapd_build_ap_extra_ies()
101 if (add_buf_data(&beacon, buf, pos - bu in hostapd_build_ap_extra_ies()
335 hostapd_set_wds_sta(struct hostapd_data * hapd,char * ifname_wds,const u8 * addr,int aid,int val) hostapd_set_wds_sta() argument
350 hostapd_add_sta_node(struct hostapd_data * hapd,const u8 * addr,u16 auth_alg) hostapd_add_sta_node() argument
359 hostapd_sta_auth(struct hostapd_data * hapd,const u8 * addr,u16 seq,u16 status,const u8 * ie,size_t len) hostapd_sta_auth() argument
403 hostapd_sta_assoc(struct hostapd_data * hapd,const u8 * addr,int reassoc,u16 status,const u8 * ie,size_t len) hostapd_sta_assoc() argument
414 hostapd_sta_add(struct hostapd_data * hapd,const u8 * addr,u16 aid,u16 capability,const u8 * supp_rates,size_t supp_rates_len,u16 listen_interval,const struct ieee80211_ht_capabilities * ht_capab,const struct ieee80211_vht_capabilities * vht_capab,const struct ieee80211_he_capabilities * he_capab,size_t he_capab_len,const struct ieee80211_he_6ghz_band_cap * he_6ghz_capab,u32 flags,u8 qosinfo,u8 vht_opmode,int supp_p2p_ps,int set) hostapd_sta_add() argument
454 hostapd_add_tspec(struct hostapd_data * hapd,const u8 * addr,u8 * tspec_ie,size_t tspec_ielen) hostapd_add_tspec() argument
498 hostapd_if_add(struct hostapd_data * hapd,enum wpa_driver_if_type type,const char * ifname,const u8 * addr,void * bss_ctx,void ** drv_priv,char * force_ifname,u8 * if_addr,const char * bridge,int use_existing) hostapd_if_add() argument
530 hostapd_get_seqnum(const char * ifname,struct hostapd_data * hapd,const u8 * addr,int idx,u8 * seq) hostapd_get_seqnum() argument
547 hostapd_set_freq(struct hostapd_data * hapd,enum hostapd_hw_mode mode,int freq,int channel,int edmg,u8 edmg_channel,int ht_enabled,int vht_enabled,int he_enabled,int sec_channel_offset,int oper_chwidth,int center_segment0,int center_segment1) hostapd_set_freq() argument
590 hostapd_sta_set_flags(struct hostapd_data * hapd,u8 * addr,int total_flags,int flags_or,int flags_and) hostapd_sta_set_flags() argument
600 hostapd_sta_set_airtime_weight(struct hostapd_data * hapd,const u8 * addr,unsigned int weight) hostapd_sta_set_airtime_weight() argument
690 hostapd_drv_set_key(const char * ifname,struct hostapd_data * hapd,enum wpa_alg alg,const u8 * addr,int key_idx,int vlan_id,int set_tx,const u8 * seq,size_t seq_len,const u8 * key,size_t key_len,enum key_flag key_flag) hostapd_drv_set_key() argument
730 hostapd_drv_sta_deauth(struct hostapd_data * hapd,const u8 * addr,int reason) hostapd_drv_sta_deauth() argument
740 hostapd_drv_sta_disassoc(struct hostapd_data * hapd,const u8 * addr,int reason) hostapd_drv_sta_disassoc() argument
811 hostapd_start_dfs_cac(struct hostapd_iface * iface,enum hostapd_hw_mode mode,int freq,int channel,int ht_enabled,int vht_enabled,int he_enabled,int sec_channel_offset,int oper_chwidth,int center_segment0,int center_segment1) hostapd_start_dfs_cac() argument
863 hostapd_get_hw_mode_any_channels(struct hostapd_data * hapd,struct hostapd_hw_modes * mode,int acs_ch_list_all,int ** freq_list) hostapd_get_hw_mode_any_channels() argument
916 struct hostapd_hw_modes *mode; hostapd_drv_do_acs() local
[all...]
H A Dctrl_iface_ap.c3 * Copyright (c) 2004-2019, Jouni Malinen <j@w1.fi>
36 ret = os_snprintf(buf + len, buflen - len, in hostapd_write_ht_mcs_bitmask()
38 if (os_snprintf_error(buflen - len, ret)) in hostapd_write_ht_mcs_bitmask()
43 len += wpa_snprintf_hex(buf + len, buflen - len, mcs_set, 10); in hostapd_write_ht_mcs_bitmask()
45 ret = os_snprintf(buf + len, buflen - len, "\n"); in hostapd_write_ht_mcs_bitmask()
46 if (os_snprintf_error(buflen - len, ret)) in hostapd_write_ht_mcs_bitmask()
62 if (sta->connected_time.sec) { in hostapd_get_sta_conn_time()
63 /* Locally maintained time in AP mode */ in hostapd_get_sta_conn_time()
64 os_reltime_age(&sta->connected_time, &age); in hostapd_get_sta_conn_time()
66 } else if (data->flag in hostapd_get_sta_conn_time()
402 u8 addr[ETH_ALEN]; hostapd_ctrl_iface_sta() local
444 u8 addr[ETH_ALEN]; hostapd_ctrl_iface_sta_next() local
465 p2p_manager_disconnect(struct hostapd_data * hapd,u16 stype,u8 minor_reason_code,const u8 * addr) p2p_manager_disconnect() argument
516 u8 addr[ETH_ALEN]; hostapd_ctrl_iface_deauthenticate() local
578 u8 addr[ETH_ALEN]; hostapd_ctrl_iface_disassociate() local
642 u8 addr[ETH_ALEN]; hostapd_ctrl_iface_signature() local
662 u8 addr[ETH_ALEN]; hostapd_ctrl_iface_poll_sta() local
684 struct hostapd_hw_modes *mode = iface->current_mode; hostapd_ctrl_iface_status() local
999 hostapd_ctrl_iface_pmksa_list_mesh(struct hostapd_data * hapd,const u8 * addr,char * buf,size_t len) hostapd_ctrl_iface_pmksa_list_mesh() argument
[all...]
H A Dwnm_ap.c2 * hostapd - WNM
3 * Copyright (c) 2011-2014, Qualcomm Atheros, Inc.
28 static int ieee80211_11_get_tfs_ie(struct hostapd_data *hapd, const u8 *addr, in ieee80211_11_get_tfs_ie() argument
33 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len); in ieee80211_11_get_tfs_ie()
38 static int ieee80211_11_set_tfs_ie(struct hostapd_data *hapd, const u8 *addr, in ieee80211_11_set_tfs_ie() argument
43 return hostapd_drv_wnm_oper(hapd, oper, addr, buf, buf_len); in ieee80211_11_set_tfs_ie()
50 const u8 *own_addr = hapd->own_addr; in ieee802_11_send_wnmsleep_resp()
53 if (hapd->conf->mld_ap && (!sta || ap_sta_is_mld(hapd, sta))) in ieee802_11_send_wnmsleep_resp()
54 own_addr = hapd->ml in ieee802_11_send_wnmsleep_resp()
49 ieee802_11_send_wnmsleep_resp(struct hostapd_data * hapd,const u8 * addr,u8 dialog_token,u8 action_type,u16 intval) ieee802_11_send_wnmsleep_resp() argument
258 ieee802_11_rx_wnmsleep_req(struct hostapd_data * hapd,const u8 * addr,const u8 * frm,int len) ieee802_11_rx_wnmsleep_req() argument
365 ieee802_11_send_bss_trans_mgmt_request(struct hostapd_data * hapd,const u8 * addr,u8 dialog_token) ieee802_11_send_bss_trans_mgmt_request() argument
406 ieee802_11_rx_bss_trans_mgmt_query(struct hostapd_data * hapd,const u8 * addr,const u8 * frm,size_t len) ieee802_11_rx_bss_trans_mgmt_query() argument
462 ieee802_11_rx_bss_trans_mgmt_resp(struct hostapd_data * hapd,const u8 * addr,const u8 * frm,size_t len) ieee802_11_rx_bss_trans_mgmt_resp() argument
538 wnm_beacon_protection_failure(struct hostapd_data * hapd,const u8 * addr) wnm_beacon_protection_failure() argument
563 ieee802_11_rx_wnm_notification_req(struct hostapd_data * hapd,const u8 * addr,const u8 * buf,size_t len) ieee802_11_rx_wnm_notification_req() argument
592 ieee802_11_rx_wnm_coloc_intf_report(struct hostapd_data * hapd,const u8 * addr,const u8 * buf,size_t len) ieee802_11_rx_wnm_coloc_intf_report() argument
[all...]
H A Drrm.c3 * Copyright(c) 2013 - 2016 Intel Mobile Communications GmbH.
4 * Copyright(c) 2011 - 2016 Intel Corporation. All rights reserved.
5 * Copyright (c) 2016-2017, Jouni Malinen <j@w1.fi>
30 hapd->lci_req_token); in hostapd_lci_rep_timeout_handler()
31 hapd->lci_req_active = 0; in hostapd_lci_rep_timeout_handler()
38 if (!hapd->lci_req_active || hapd->lci_req_token != token) { in hostapd_handle_lci_report()
43 hapd->lci_req_active = 0; in hostapd_handle_lci_report()
54 hapd->range_req_token); in hostapd_range_rep_timeout_handler()
55 hapd->range_req_activ in hostapd_range_rep_timeout_handler()
75 hostapd_handle_beacon_report(struct hostapd_data * hapd,const u8 * addr,u8 token,u8 rep_mode,const u8 * pos,size_t len) hostapd_handle_beacon_report() argument
200 hostapd_send_nei_report_resp(struct hostapd_data * hapd,const u8 * addr,u8 dialog_token,struct wpa_ssid_value * ssid,u8 lci,u8 civic,u16 lci_max_age) hostapd_send_nei_report_resp() argument
367 hostapd_send_lci_req(struct hostapd_data * hapd,const u8 * addr) hostapd_send_lci_req() argument
440 hostapd_send_range_req(struct hostapd_data * hapd,const u8 * addr,u16 random_interval,u8 min_ap,const u8 * responders,unsigned int n_responders) hostapd_send_range_req() argument
569 hostapd_send_beacon_req(struct hostapd_data * hapd,const u8 * addr,u8 req_mode,const struct wpabuf * req) hostapd_send_beacon_req() argument
575 enum beacon_report_mode mode; hostapd_send_beacon_req() local
[all...]
/freebsd-src/lib/libipsec/
H A Dpolicy_parse.y3 /*-
4 * SPDX-License-Identifier: BSD-3-Clause
44 * protocol/mode/src-dst/level
45 * protocol/mode/src-dst parsed as protocol/mode/src-dst/default
46 * protocol/mode/src-dst/ parsed as protocol/mode/src-dst/default
47 * protocol/transport parsed as protocol/mode/any-any/default
48 * protocol/transport//level parsed as protocol/mode/any-any/level
70 (isdigit(c) ? (c - '0') : (isupper(c) ? (c - 'A' + 10) : (c - 'a' + 10) ))
85 static int set_sockaddr(const struct sockaddr *addr);
105 %token DIR ACTION PROTOCOL MODE LEVEL LEVEL_SPECIFY
[all …]

12345678910>>...42