Home
last modified time | relevance | path

Searched full:lan (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/freebsd/usr.sbin/bluetooth/sdpd/
H A Dlan.c2 * lan.c
30 * $Id: lan.c,v 1.5 2004/01/13 01:54:39 max Exp $
79 static char service_name[] = "LAN Access using PPP"; in lan_profile_create_service_name()
92 sdp_lan_profile_p lan = (sdp_lan_profile_p) provider->data; in lan_profile_create_protocol_descriptor_list() local
96 (uint8_t const *) &lan->server_channel, 1)); in lan_profile_create_protocol_descriptor_list()
105 sdp_lan_profile_p lan = (sdp_lan_profile_p) provider->data; in lan_profile_create_service_availability() local
108 &lan->load_factor, 1)); in lan_profile_create_service_availability()
117 sdp_lan_profile_p lan = (sdp_lan_profile_p) provider->data; in lan_profile_create_ip_subnet() local
122 inet_ntoa(* (struct in_addr *) &lan->ip_subnet), in lan_profile_create_ip_subnet()
123 lan->ip_subnet_radius); in lan_profile_create_ip_subnet()
[all …]
/freebsd/sys/dev/bwi/
H A Dif_bwi_pci.c34 * PCI/Cardbus front-end for the Broadcom Wireless LAN controller driver.
88 { PCI_VENDOR_BROADCOM, 0x4301,"Broadcom BCM4301 802.11b Wireless Lan" },
89 { PCI_VENDOR_BROADCOM, 0x4307,"Broadcom BCM4307 802.11b Wireless Lan" },
90 { PCI_VENDOR_BROADCOM, 0x4311,"Broadcom BCM4311 802.11b/g Wireless Lan" },
91 { PCI_VENDOR_BROADCOM, 0x4312,"Broadcom BCM4312 802.11a/b/g Wireless Lan" },
92 { PCI_VENDOR_BROADCOM, 0x4313,"Broadcom BCM4312 802.11a Wireless Lan" },
93 { PCI_VENDOR_BROADCOM, 0x4320,"Broadcom BCM4306 802.11b/g Wireless Lan"},
94 { PCI_VENDOR_BROADCOM, 0x4321,"Broadcom BCM4306 802.11a Wireless Lan"},
95 { PCI_VENDOR_BROADCOM, 0x4325,"Broadcom BCM4306 802.11b/g Wireless Lan"},
96 { PCI_VENDOR_BROADCOM, 0x4324,"Broadcom BCM4309 802.11a/b/g Wireless Lan" },
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsmsc911x.txt4 - compatible : Should be "smsc,lan<model>", "smsc,lan9115"
5 - reg : Address and length of the io space for SMSC LAN
7 - The first interrupt is the SMSC LAN interrupt line
16 should be performed on the device. Valid value for SMSC LAN is
20 - smsc,force-internal-phy : Forces SMSC LAN controller to use
22 - smsc,force-external-phy : Forces SMSC LAN controller to use
H A Dsmsc,lan9115.yaml41 LAN interrupt line
61 description: Forces SMSC LAN controller to use internal PHY
65 description: Forces SMSC LAN controller to use external PHY
H A Dbrcm,systemport.txt11 optional third interrupt cell for Wake-on-LAN can be specified
25 during normal operation, while the second phandle is the Wake-on-LAN clock.
H A Dbrcm,systemport.yaml27 - description: interrupt line for Wake-on-LAN
32 - description: Wake-on-LAN clock
/freebsd/usr.sbin/bluetooth/rfcomm_pppd/
H A Drfcomm_pppd.8116 .Cm LAN
131 .Cm LAN
146 .Cm LAN
155 .Cm LAN
165 .Cm LAN
209 One of the typical examples is the LAN access.
233 .Cm LAN
238 .Cm LAN
349 utility in server mode will try to register the Bluetooth LAN Access Over PPP
H A Drfcomm_pppd.c107 case 'l': /* LAN Access Using PPP */ in main()
118 case 'D': /* Register DUN service as well as LAN service */ in main()
130 case 'S': /* Register SP service as well as LAN service */ in main()
186 sdp_lan_profile_t lan; in main() local
252 memset(&lan, 0, sizeof(lan)); in main()
253 lan.server_channel = channel; in main()
257 &addr, (void *) &lan, sizeof(lan), NULL) != 0) { in main()
258 syslog(LOG_ERR, "Unable to register LAN service with " \ in main()
296 * using the LAN service. Instead the user's host computer must in main()
300 * host computer. The phone really wants to use LAN service, in main()
/freebsd/share/man/man7/
H A Dfirewall.737 file sharing) within LAN segments.
144 fxp0 is connected to the 'exposed' LAN.
146 on this LAN are dual-homed with both internal 10.\& IP addresses and
152 assigned as the internal address block for the LAN on fxp0, 10.0.2.x
153 for the LAN on fxp1, and 10.0.3.x for the LAN on fxp2.
166 on the exposed LAN internal 10.0.0.x addresses as well as exposed
293 # internal hosts, even those on the exposed LAN (as long as
396 windows LAN segment (say it is LAN1), you can use samba's 'bind interfaces'
399 way the file sharing services will not be made available to other LAN
/freebsd/contrib/wpa/src/pae/
H A Dieee802_1x_cp.c57 u8 lan; member
160 sm->lan = 0; in SM_STATE()
161 ieee802_1x_kay_set_latest_sa_attr(sm->kay, sm->lki, sm->lan, in SM_STATE()
244 sm->lan = sm->distributed_an; in SM_STATE()
247 ieee802_1x_kay_set_latest_sa_attr(sm->kay, sm->lki, sm->lan, in SM_STATE()
261 ieee802_1x_kay_set_latest_sa_attr(sm->kay, sm->lki, sm->lan, in SM_STATE()
291 ieee802_1x_kay_set_latest_sa_attr(sm->kay, sm->lki, sm->lan, in SM_STATE()
318 ieee802_1x_kay_set_latest_sa_attr(sm->kay, sm->lki, sm->lan, in SM_STATE()
324 ieee802_1x_kay_set_latest_sa_attr(sm->kay, sm->lki, sm->lan, in SM_STATE()
340 sm->oan = sm->lan; in SM_STATE()
[all …]
/freebsd/usr.sbin/wake/
H A Dwake.821 .Nd send Wake on LAN frames to hosts on a local Ethernet network
30 program is used to send Wake on LAN (WoL) frames over a local
39 Wake on LAN frames over it.
/freebsd/tests/sys/net/if_ovpn/
H A Dif_ovpn.sh822 lan=$(vnet_mkepair)
835 vnet_mkjail srv ${srv}b ${lan}a
838 jexec srv ifconfig ${lan}a 203.0.113.1/24 up
839 vnet_mkjail lan ${lan}b
840 jexec lan ifconfig lo0 inet 127.0.0.1/8 up
841 jexec lan ifconfig ${lan}b 203.0.113.2/24 up
842 jexec lan route add default 203.0.113.1
939 atf_check -s exit:0 -o ignore jexec lan ping -c 1 198.51.100.1
940 atf_check -s exit:0 -o ignore jexec lan ping -c 1 198.51.100.2
941 atf_check -s exit:0 -o ignore jexec lan ping -c 1 198.51.100.3
[all …]
/freebsd/contrib/libpcap/doc/
H A DREADME.sita9 libpcap to support the 'ACN' WAN/LAN router product from SITA
38 both WAN and LAN protocols. It effectively splits the operation of
49 LAN devices. The local system the aggregates the lists obtained from
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-nanopi-r4s.dts29 lan_led: led-lan {
31 label = "green:lan";
85 lan_led_pin: lan-led-pin {
H A Drk3328-nanopi-r2s.dts53 label = "nanopi-r2s:green:lan";
107 vdd_5v_lan: vdd-5v-lan {
313 lan_led_pin: lan-led-pin {
326 lan {
327 lan_vdd_pin: lan-vdd-pin {
H A Drk3328-orangepi-r1-plus.dts78 vdd_5v_lan: vdd-5v-lan-regulator {
278 lan_led_pin: lan-led-pin {
291 lan {
292 lan_vdd_pin: lan-vdd-pin {
/freebsd/usr.sbin/mptutil/
H A Dmpt_cmd.c178 "LAN device not found", /* 0x0080 */
179 "LAN device failure",
180 "LAN transmit error",
181 "LAN transmit aborted",
182 "LAN receive error",
183 "LAN receive aborted",
184 "LAN partial packet",
185 "LAN canceled",
/freebsd/sys/dev/mpt/mpilib/
H A Dmpi_lan.h35 * Title: MPI LAN messages and structures
51 * 06-22-00 01.00.03 Major changes to match new LAN definition in 1.0 spec.
55 * to lan private header file
172 /* LAN Context Reply defines and macros */
221 /* LAN Current Device State defines */
228 /* LAN Loopback defines */
/freebsd/usr.sbin/mpsutil/
H A Dmps_cmd.c187 "LAN device not found", /* 0x0080 */
188 "LAN device failure",
189 "LAN transmit error",
190 "LAN transmit aborted",
191 "LAN receive error",
192 "LAN receive aborted",
193 "LAN partial packet",
194 "LAN canceled",
/freebsd/usr.sbin/unbound/setup/
H A Dlocal-unbound-setup.sh84 : ${lanzones_conf:=${workdir}/lan-zones.conf}
229 # Generate lan-zones.conf
234 echo " # Unblock reverse lookups for LAN addresses"
235 echo " unblock-lan-zones: yes"
236 echo " insecure-lan-zones: yes"
444 # Generate lan-zones.conf.
/freebsd/share/man/man4/man4.powerpc/
H A Dllan.431 .Nd POWER Logical Lan
42 driver provides support for the inter-partition logical LAN controller
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm47081-asus-rt-n18u.dts48 led-lan {
49 label = "bcm53xx:blue:lan";
H A Dbcm4708-asus-rt-ac56u.dts41 led-lan {
42 label = "bcm53xx:blue:lan";
/freebsd/sys/contrib/device-tree/src/mips/qca/
H A Dar9331_dragino_ms14.dts31 led-lan {
32 label = "dragino2:red:lan";
/freebsd/sys/dev/ixl/
H A Di40e_lan_hmc.c41 /* lan specific interface functions */
99 * It will fill out the i40e_hmc_obj_info structure for LAN objects based on
126 /* The full object will be used to create the LAN HMC SD */ in i40e_init_lan_hmc()
149 /* aggregate values into the full LAN object for later */ in i40e_init_lan_hmc()
172 /* aggregate values into the full LAN object for later */ in i40e_init_lan_hmc()
195 /* aggregate values into the full LAN object for later */ in i40e_init_lan_hmc()
218 /* aggregate values into the full LAN object for later */ in i40e_init_lan_hmc()
240 /* store in the LAN full object for later */ in i40e_init_lan_hmc()
470 * any LAN/FCoE HMC objects can be created.
486 /* Build the SD entry for the LAN objects */ in i40e_configure_lan_hmc()
[all …]

12345678910>>...16