| /freebsd-13.1/tools/tools/tinybsd/conf/wrap/etc/ |
| H A D | ttys | 20 # Other common values include network for network connections on 53 ttyp0 none network 54 ttyp1 none network 55 ttyp2 none network 56 ttyp3 none network 57 ttyp4 none network 58 ttyp5 none network 59 ttyp6 none network 60 ttyp7 none network 61 ttyp8 none network [all …]
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | wpa_supplicant.conf | 1679 network={ 1687 network={ 1695 network={ 1706 network={ 1718 network={ 1735 network={ 1749 network={ 1762 network={ 1775 network={ 1793 network={ [all …]
|
| H A D | README-HS20 | 27 wpa_supplicant network selection 36 automatically for the matching network. This temporary network block is 93 # Automatic network selection behavior 98 # matching network block 119 # network (based on either an enabled network block or a credential) 383 Add a WPA2-Enterprise network: 405 Add an open network: 463 network id / ssid / bssid / flags 599 network={ 616 network selection, following configuration and network profile [all …]
|
| H A D | README | 524 network 531 network={ 539 network={ 559 network={ 577 network={ 595 network={ 616 network={ 644 network={ 770 enable_network <network id> = enable a network 771 disable_network <network id> = disable a network [all …]
|
| H A D | README-WPS | 14 wireless network. It allows automated generation of random keys (WPA 21 wireless network, it should be noted that the use of the PIN and 24 environments that require secure network access without chance for 28 network setup: 30 - Registrar: a device that control a network and can authorize 34 - Enrollee: a device that is being authorized to use the network 82 The network configuration blocks needed for WPS are added 119 AP to access the network. 264 wps_er_set_config <UUID|BSSID> <network id> 346 credentials needed to access the network. [all …]
|
| /freebsd-13.1/contrib/sendmail/contrib/ |
| H A D | cidrexpand | 100 my ($prefix, $network, $len, $right); 131 if (($prefix, $network, $len, $right) = 134 print_expanded_v4network($network, $len, $prefix, $right); 136 elsif ((($prefix, $network, $len, $right) = 139 defined(cidrvalidate($network))) 141 print_expanded_v6network($network, $len // 128, $prefix, $right); 151 my ($network, $len, $prefix, $suffix) = @_; 155 foreach my $nl ($len == 0 ? (0..255) : cidr2octets("$network/$len")) 163 my ($network, $len, $prefix, $suffix) = @_; 174 foreach my $nl (cidr2octets("$network/$len"))
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/doc/docbook/ |
| H A D | wpa_supplicant.conf.sgml | 37 select the best network based on the order of network blocks in 38 the configuration file, network security level (WPA/WPA2 is 49 EAP-TLS as work network.</para> 55 # home network; allow all valid ciphers 56 network={ 64 network={ 87 network={ 109 network={ 131 network={ 156 network={ [all …]
|
| /freebsd-13.1/sbin/pfctl/tests/files/ |
| H A D | pf0049.in | 1 #test :broadcast and :network modifiers 2 pass in on lo0 from lo0:network to any keep state 3 pass out on lo0 inet from lo0:network to any 4 pass in on lo0 inet6 from lo0:network to any keep state
|
| H A D | pf0025.ok | 4 block drop in on ! lo0 from (lo0:network) to any 5 block drop in log quick on ! lo0 inet from (lo0:network) to any
|
| /freebsd-13.1/contrib/ntp/sntp/tests/ |
| H A D | utilities.c | 181 l_fp network; in test_LfpOutputBinaryFormat() local 182 HTONL_FP(&test, &network); in test_LfpOutputBinaryFormat() 184 l_fp_output_bin(&network, outputFile); in test_LfpOutputBinaryFormat() 199 l_fp network; in test_LfpOutputDecimalFormat() local 200 HTONL_FP(&test, &network); in test_LfpOutputDecimalFormat() 202 l_fp_output_dec(&network, outputFile); in test_LfpOutputDecimalFormat()
|
| /freebsd-13.1/usr.sbin/bsdconfig/share/media/ |
| H A D | network.subr | 33 f_dprintf "%s: loading includes..." media/network.subr 48 # Initialize a network device (such as `fxp0', `em0', etc.). Returns success if 50 # from the FreeBSD install media) then assume that the network has already been 53 # The variables (from variable.subr) used to initialize the network are as 58 # defines the ifconfig(8) properties specific to a chosen network 63 # IPv6 configuration for the given network interface device. 75 f_dprintf "Init routine called for network device \`%s'." "$dev" 142 # Shuts down the configured network device (e.g., `fxp0', `em0', etc.) and 151 f_dprintf "Shutdown called for network device %s" "$dev" 180 f_dprintf "%s: Successfully loaded." media/network.subr
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/examples/ |
| H A D | wpas-dbus-new-signals.py | 105 def networkAdded(network, properties): argument 106 print("NetworkAdded(%s)" % (network)) 108 def networkRemoved(network): argument 109 print("NetworkRemoved(%s)" % (network)) 111 def networkSelected(network): argument 112 print("NetworkSelected(%s)" % (network))
|
| /freebsd-13.1/tools/tools/net80211/w00t/ |
| H A D | README | 14 prga Gives ability to transmit on a WEP network. 15 redir Gives ability to decrypt in real-time on a WEP network, via Internet. 16 expand Gives ability to decrypt locally on a WEP network. 27 Acts as a wifi client. It will associate to a network and bind a 50 Sniff a packet on a WEP network and obtain a keystream. It binds 51 to a tap interface which may be used to TX packets on that network.
|
| /freebsd-13.1/tests/sys/audit/ |
| H A D | Makefile | 14 ATF_TESTS_C+= network 38 SRCS.network+= network.c 39 SRCS.network+= utils.c
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | diff | 32 # librsync -- the library for network deltas 37 0 belong 0x72730236 rdiff network-delta data 39 0 belong 0x72730136 rdiff network-delta signature data
|
| /freebsd-13.1/sys/contrib/device-tree/src/powerpc/ |
| H A D | mpc885ads.dts | 97 device_type = "network"; 105 linux,network-index = <0>; 109 device_type = "network"; 117 linux,network-index = <1>; 200 device_type = "network"; 209 linux,network-index = <2>;
|
| H A D | mgcoge.dts | 147 device_type = "network"; 154 linux,network-index = <0>; 189 device_type = "network"; 196 linux,network-index = <1>; 202 device_type = "network"; 209 linux,network-index = <2>;
|
| H A D | adder875-redboot.dts | 94 device_type = "network"; 102 linux,network-index = <0>; 106 device_type = "network"; 114 linux,network-index = <1>;
|
| /freebsd-13.1/lib/libc/net/ |
| H A D | hosts | 16 # Imaginary network. 28 # real official assigned numbers. Do not try to invent your own network 29 # numbers but instead get one from your network provider (if any) or
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-olsr.c | 129 uint8_t network[4]; member 134 uint8_t network[16]; member 549 i, ip6addr_string(ndo, hna6->network), in olsr_print() 569 if (!ptr.hna->network[0] && !ptr.hna->network[1] && in olsr_print() 570 !ptr.hna->network[2] && !ptr.hna->network[3] && in olsr_print() 605 ipaddr_string(ndo, ptr.hna->network), in olsr_print()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/firmware/ |
| H A D | intel,ixp4xx-network-processing-engine.yaml | 5 $id: "http://devicetree.org/schemas/firmware/intel,ixp4xx-network-processing-engine.yaml#" 25 - const: intel,ixp4xx-network-processing-engine 42 compatible = "intel,ixp4xx-network-processing-engine";
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/systemd/ |
| H A D | wpa_supplicant.service.in | 3 Before=network.target 5 Wants=network.target
|
| /freebsd-13.1/contrib/wpa/hostapd/ |
| H A D | hostapd.vlan | 1 # VLAN ID to network interface mapping 7 # name will be replaced with the VLAN ID. The network interfaces are created
|
| /freebsd-13.1/tools/tools/net80211/wesside/ |
| H A D | README | 13 * Discovers the network's IP using the linear keystream expansion technique in 15 * Generates traffic on the network for weak IV attack: 21 [dics] and a packet with a known IV traverses the network.
|
| /freebsd-13.1/share/examples/ipfilter/rules/ |
| H A D | ftp-proxy | 9 Lets assume your network diagram looks something like this: 29 ipaddr-c-net = another ip# on the C-network (usually not the same as the 32 e.g., if host A was 10.1.1.1, host B had two network interfaces ed0 and vx0
|