| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | isakmp_unity.c | 213 struct unity_network *network = (struct unity_network *)(attr + 1); local 226 &network[index], 240 &network[index], 272 struct unity_network * network; local 289 network = (struct unity_network *)(new + 1); 292 memcpy(&network[index], 293 &netentry->network, 296 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40); 297 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40); 306 int splitnet_list_add(list, network, count) in splitnet_list_add() argument [all …]
|
| /netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
| H A D | shareinshare.err | 1 # shared-network declaration inside shared-network declaration config 3 # shared-network declaration 4 shared-network "foobar" { 5 # can't put another shared-network declaration here 6 shared-network "illegal" {
|
| H A D | sharepools4.in4 | 1 # DHCPv4 two pools and subnets shared-network declaration config 3 # shared-network declaration 4 shared-network "foobar" { 20 # pools at shared-network level
|
| H A D | sharenoname.err | 1 # bad (no name)shared-network declaration config 3 # shared-network declaration 4 shared-network {
|
| H A D | share0.err | 1 # bad (empty name)shared-network declaration config 3 # shared-network declaration 4 shared-network "" {
|
| H A D | shareempty.err | 1 # bad (no subnet) shared-network declaration config 3 # shared-network declaration 4 shared-network "foobar" {
|
| H A D | share2if.err | 1 # bad (2 interfaces)shared-network declaration config 3 # shared-network declaration 4 shared-network "foobar" {
|
| H A D | shareinsubnet6.err6 | 1 # shared-network declaration inside DHCPv6 subnet declaration config 5 # can't put a shared-network declaration here 6 shared-network "illegal" {
|
| H A D | shareinsubnet4.err4 | 1 # shared-network declaration inside DHCPv4 subnet declaration config 5 # can't put a shared-network declaration here 6 shared-network "illegal" {
|
| H A D | shareinhost.err | 1 # shared-network declaration inside host declaration config 6 # can't put a shared-network declaration here 7 shared-network "illegal" {
|
| H A D | shareinclass.err | 1 # shared-network declaration inside class declaration config 6 # can't put a shared-network declaration here 7 shared-network "illegal" {
|
| H A D | sharetwo6.in6 | 1 # DHCPv6 two subnets in shared-network declaration config 3 # shared-network declaration 4 shared-network "foobar" {
|
| H A D | shareone4.in4 | 1 # DHCPv4 one-subnet shared-network declaration config 3 # shared-network declaration 4 shared-network "foobar" {
|
| H A D | shareone6.in6 | 1 # DHCPv6 one-subnet shared-network declaration config 3 # shared-network declaration 4 shared-network "foobar" {
|
| H A D | sharetwo4.in4 | 1 # DHCPv4 two subnets in shared-network declaration config 3 # shared-network declaration 4 shared-network "foobar" {
|
| H A D | sharepools4.out | 2 # DHCPv4 two pools and subnets shared-network declaration config 3 # shared-network declaration 30 # pools at shared-network level
|
| /netbsd-src/usr.sbin/ndbootd/ |
| H A D | README | 11 makes the raw blocks of a disk available to network clients. Contrast 16 only use ND to boot over the network. (Later, the Sun-3 PROMs would 17 use RARP and TFTP to boot over the network.) 36 BOOT1-BIN is a file containing the mandatory first-stage network boot 40 blocks 1-15: the first-stage network boot program 42 With the --boot2 option, ndbootd will also make a second-stage network 44 filename BOOT2-BIN, that file is the second-stage network boot program 48 client's second-stage network boot program by turning its IP address 56 Any second-stage network boot program always begins at block 16 of the 57 exported disk, regardless of the length of the first-stage network [all …]
|
| /netbsd-src/share/examples/wpa_supplicant/ |
| H A D | wpa_supplicant.conf | 16 network={ 23 network={ 31 network={ 41 network={
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| H A D | network.c | 45 NSSOV_INIT(network) 47 NSSOV_CBPRIV(network, 115 NSSOV_CB(network) 118 network,byname, 132 network,byaddr, 155 network,all,
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/geoip2/data/ |
| H A D | write-test-data.pl | 158 for my $network ( keys %$node ) { 160 Net::Works::Network->new_from_string( string => $network ), 161 $node->{$network} 189 for my $network (@networks) { 190 $writer->insert_network( $network => $data );
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | BIO_s_datagram.pod | 31 BIO_s_datagram() is a BIO implementation designed for use with network sockets 46 This BIO can be used with either a connected or unconnected network socket. A 47 connected socket is a network socket which has had L<BIO_connect(3)> or a 61 Use of BIO_s_datagram() with an unconnected network socket is hazardous hecause 66 calls BIO_read(), any host on the network may cause future datagrams written to 124 Warning: When used with an unconnected network socket, the value set may be 126 hazardous when used with unconnected network sockets; see above. 147 The value returned by this call depends on the network layer protocol being 151 higher in atypical network configurations, for example where IPv6 extension 156 If I<num> is nonzero, configures the underlying network socket to enable Don't [all …]
|
| /netbsd-src/external/bsd/wpa/dist/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))
|
| /netbsd-src/doc/roadmaps/ |
| H A D | networking | 15 3. network driver polling 20 8. MP network stack (Layer 3 and below) 21 9. MP network stack (rest) 57 3. network driver polling 110 Make multi-threaded network stack. Targets are Layer 3 (IP forwarding), 120 Make multi-threaded network stack. Get tasks other than the above targets down.
|
| /netbsd-src/distrib/sets/ |
| H A D | comments | 35 base-hesiod-bin utilities for the HESIOD network information system 42 base-krb5-bin commands and utilities for the Kerberos V network authentication system 43 base-krb5-examples example configuration files for the Kerberos V network authentication system 44 base-krb5-root root file system support for the Kerberos V network authentication system 45 base-krb5-shlib root file system support for the Kerberos V network authentication system 93 base-net-shlib shared libraries for network programming 97 base-nfsclient-bin network file system client utilities 98 base-nfsclient-root root file system support for network file system client utilities 99 base-nfsserver-bin network file system server program 100 base-nis-bin programs and utilities for the NIS network information system [all …]
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | host_port.ref | 18 unknown: warning: valid hostname or network address required in [hh.] 20 unknown: warning: valid hostname or network address required in hh. 22 unknown: warning: valid hostname or network address required in 999
|