| /openbsd-src/usr.bin/lex/ |
| H A D | ChangeLog | 288 2012-08-08 Robert Minsk <rminsk@users.sourceforge.net> 292 2012-08-08 Robert Minsk <rminsk@users.sourceforge.net> 318 2012-08-06 Elias Pipping <pipping@users.sourceforge.net> 335 2012-08-04 nomis52 <nomis52@users.sourceforge.net> 379 2012-07-29 Will Estes <wlestes@users.sourceforge.net> 440 2012-07-23 Will Estes <wlestes@users.sourceforge.net> 446 2012-07-22 Will Estes <wlestes@users.sourceforge.net> 453 2012-07-22 Will Estes <wlestes@users.sourceforge.net> 470 2012-07-22 Will Estes <wlestes@users.sourceforge.net> 474 2012-06-23 Will Estes <wlestes@users.sourceforge.net> [all …]
|
| /openbsd-src/sys/arch/riscv64/stand/efiboot/ |
| H A D | efipxe.c | 74 EFI_SIMPLE_NETWORK *net; in efi_pxeprobe() local 103 (void **)&net); in efi_pxeprobe() 128 NET = net; in efi_pxeprobe() 410 EFI_SIMPLE_NETWORK *net = NET; in efinet_init() local 413 if (net == NULL) in efinet_init() 416 if (net->Mode->State == EfiSimpleNetworkStopped) { in efinet_init() 417 status = net->Start(net); in efinet_init() 422 if (net->Mode->State != EfiSimpleNetworkInitialized) { in efinet_init() 423 status = net->Initialize(net, 0, 0); in efinet_init() 428 net->ReceiveFilters(net, EFI_SIMPLE_NETWORK_RECEIVE_UNICAST | in efinet_init() [all …]
|
| /openbsd-src/sys/arch/armv7/stand/efiboot/ |
| H A D | efipxe.c | 74 EFI_SIMPLE_NETWORK *net; in efi_pxeprobe() local 103 (void **)&net); in efi_pxeprobe() 128 NET = net; in efi_pxeprobe() 410 EFI_SIMPLE_NETWORK *net = NET; in efinet_init() local 413 if (net == NULL) in efinet_init() 416 if (net->Mode->State == EfiSimpleNetworkStopped) { in efinet_init() 417 status = net->Start(net); in efinet_init() 422 if (net->Mode->State != EfiSimpleNetworkInitialized) { in efinet_init() 423 status = net->Initialize(net, 0, 0); in efinet_init() 428 net->ReceiveFilters(net, EFI_SIMPLE_NETWORK_RECEIVE_UNICAST | in efinet_init() [all …]
|
| /openbsd-src/sys/arch/arm64/stand/efiboot/ |
| H A D | efipxe.c | 74 EFI_SIMPLE_NETWORK *net; in efi_pxeprobe() local 103 (void **)&net); in efi_pxeprobe() 128 NET = net; in efi_pxeprobe() 410 EFI_SIMPLE_NETWORK *net = NET; in efinet_init() local 413 if (net == NULL) in efinet_init() 416 if (net->Mode->State == EfiSimpleNetworkStopped) { in efinet_init() 417 status = net->Start(net); in efinet_init() 422 if (net->Mode->State != EfiSimpleNetworkInitialized) { in efinet_init() 423 status = net->Initialize(net, 0, 0); in efinet_init() 428 net->ReceiveFilters(net, EFI_SIMPLE_NETWORK_RECEIVE_UNICAST | in efinet_init() [all …]
|
| /openbsd-src/lib/libc/net/ |
| H A D | inet_makeaddr.c | 39 inet_makeaddr(in_addr_t net, in_addr_t host) in inet_makeaddr() argument 43 if (net < 128) in inet_makeaddr() 44 addr = (net << IN_CLASSA_NSHIFT) | (host & IN_CLASSA_HOST); in inet_makeaddr() 45 else if (net < 65536) in inet_makeaddr() 46 addr = (net << IN_CLASSB_NSHIFT) | (host & IN_CLASSB_HOST); in inet_makeaddr() 47 else if (net < 16777216L) in inet_makeaddr() 48 addr = (net << IN_CLASSC_NSHIFT) | (host & IN_CLASSC_HOST); in inet_makeaddr() 50 addr = net | host; in inet_makeaddr()
|
| /openbsd-src/usr.sbin/unbound/util/storage/ |
| H A D | dnstree.c | 67 if(n1->net < n2->net) in addr_tree_compare() 69 if(n1->net > n2->net) in addr_tree_compare() 110 struct sockaddr_storage* addr, socklen_t addrlen, int net) in addr_tree_insert() argument 115 node->net = net; in addr_tree_insert() 131 m = addr_in_common(&prev->addr, prev->net, &node->addr, in addr_tree_init_parents_node() 132 node->net, node->addrlen); in addr_tree_init_parents_node() 136 if(p->net <= m) { in addr_tree_init_parents_node() 232 key.net = (addr_is_ip6(addr, addrlen)?128:32); in addr_tree_lookup() 243 m = addr_in_common(&result->addr, result->net, addr, in addr_tree_lookup() 244 key.net, addrlen); in addr_tree_lookup() [all …]
|
| /openbsd-src/sbin/unwind/libunbound/util/storage/ |
| H A D | dnstree.c | 67 if(n1->net < n2->net) in addr_tree_compare() 69 if(n1->net > n2->net) in addr_tree_compare() 110 struct sockaddr_storage* addr, socklen_t addrlen, int net) in addr_tree_insert() argument 115 node->net = net; in addr_tree_insert() 131 m = addr_in_common(&prev->addr, prev->net, &node->addr, in addr_tree_init_parents_node() 132 node->net, node->addrlen); in addr_tree_init_parents_node() 136 if(p->net <= m) { in addr_tree_init_parents_node() 232 key.net = (addr_is_ip6(addr, addrlen)?128:32); in addr_tree_lookup() 243 m = addr_in_common(&result->addr, result->net, addr, in addr_tree_lookup() 244 key.net, addrlen); in addr_tree_lookup() [all …]
|
| /openbsd-src/distrib/notes/ |
| H A D | mirrors | 13 http://mirror.internode.on.net/pub/OpenBSD (Adelaide) 14 ftp://mirror.internode.on.net/pub/OpenBSD (Adelaide) 17 http://ftp.iinet.net.au/pub/OpenBSD (Perth) 18 ftp://ftp.iinet.net.au/pub/OpenBSD (Perth) 76 http://ftp.bytemine.net/pub/OpenBSD (Oldenburg) 77 ftp://ftp.bytemine.net/pub/OpenBSD (Oldenburg) 91 http://kartolo.sby.datautama.net.id/pub/OpenBSD (Surabaya, Java) 110 http://stingray.cyber.net.pk/pub/OpenBSD (Karachi) 111 ftp://stingray.cyber.net.pk/OpenBSD (Karachi) 114 http://piotrkosoft.net/pub/OpenBSD (Oswiecim) [all …]
|
| /openbsd-src/sbin/isakmpd/ |
| H A D | policy.c | 136 in_addr_t net, subnet; in policy_callback() local 700 net = decode_32(id + ISAKMP_ID_DATA_OFF - in policy_callback() 702 my_inet_ntop4(&net, remote_id_addr_upper, in policy_callback() 704 my_inet_ntop4(&net, remote_id_addr_lower, in policy_callback() 718 net = decode_32(id + ISAKMP_ID_DATA_OFF - in policy_callback() 720 my_inet_ntop4(&net, remote_id_addr_lower, in policy_callback() 722 net = decode_32(id + ISAKMP_ID_DATA_OFF - in policy_callback() 724 my_inet_ntop4(&net, remote_id_addr_upper, in policy_callback() 743 net = decode_32(id + ISAKMP_ID_DATA_OFF - in policy_callback() 747 net &= subnet; in policy_callback() [all …]
|
| /openbsd-src/usr.bin/kdump/ |
| H A D | Makefile | 25 ${SYS_DIR}/net/bpf.h \ 26 ${SYS_DIR}/net/if_ppp.h \ 27 ${SYS_DIR}/net/if_pppoe.h \ 28 ${SYS_DIR}/net/if_trunk.h \ 29 ${SYS_DIR}/net/if_tun.h \ 30 ${SYS_DIR}/net/if_wg.h \ 31 ${SYS_DIR}/net/pfvar.h \ 32 ${SYS_DIR}/net/pipex.h \
|
| /openbsd-src/regress/sbin/ipsecctl/ |
| H A D | ipsec6.in | 2 srcid host1.one.net \ 3 dstid host2.two.net 5 srcid host1.one.net \ 6 dstid host2.two.net
|
| H A D | ipsec12.in | 2 srcid host1.one.net \ 3 dstid host2.two.net 5 srcid host1.one.net \ 6 dstid host2.two.net
|
| H A D | ipsec4.ok | 1 flow esp out from 1.1.1.1 to 3.3.3.0/24 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net type r… 2 flow esp in from 3.3.3.0/24 to 1.1.1.1 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net type re…
|
| H A D | ipsec10.ok | 1 flow ah out from 1.1.1.1 to 3.3.3.0/24 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net type re… 2 flow ah in from 3.3.3.0/24 to 1.1.1.1 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net type req…
|
| H A D | ipsec11.ok | 1 flow ah out from 4.4.0.0/16 to 3.3.3.0/24 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net type… 2 flow ah in from 3.3.3.0/24 to 4.4.0.0/16 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net type …
|
| H A D | ipsec5.ok | 1 flow esp out from 4.4.0.0/16 to 3.3.3.0/24 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net typ… 2 flow esp in from 3.3.3.0/24 to 4.4.0.0/16 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net type…
|
| H A D | ipsec12.ok | 1 flow ah out from 4.4.0.0/16 to 3.3.3.0/24 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net type… 2 flow ah in from 3.3.3.0/24 to 4.4.0.0/16 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net type …
|
| H A D | ipsec8.ok | 1 flow ah out from 1.1.1.1 to 2.2.2.2 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net type requi… 2 flow ah in from 2.2.2.2 to 1.1.1.1 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net type require
|
| H A D | ipsec2.ok | 1 flow esp out from 1.1.1.1 to 2.2.2.2 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net type requ… 2 flow esp in from 2.2.2.2 to 1.1.1.1 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net type requi…
|
| H A D | ipsec6.ok | 1 flow esp out from 4.4.0.0/16 to 3.3.3.0/24 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net typ… 2 flow esp in from 3.3.3.0/24 to 4.4.0.0/16 peer 2.2.2.2 srcid host1.one.net dstid host2.two.net type…
|
| H A D | ipsec33.in | 2 srcid host1.one.net \ 3 dstid host2.two.net 5 srcid host1.one.net \ 6 dstid host2.two.net
|
| H A D | ipsec29.in | 2 srcid host1.one.net \ 3 dstid host2.two.net 5 srcid host1.one.net \ 6 dstid host2.two.net
|
| H A D | ipsec26.ok | 1 flow ah out from 3ffe:1::1 to 3ffe:3::/24 peer 3ffe:2::1 srcid host1.one.net dstid host2.two.net ty… 2 flow ah in from 3ffe:3::/24 to 3ffe:1::1 peer 3ffe:2::1 srcid host1.one.net dstid host2.two.net typ…
|
| H A D | ipsec30.ok | 1 flow esp out from 3ffe:1::/16 to 3ffe:3::/24 peer 3ffe::2 srcid host1.one.net dstid host2.two.net t… 2 flow esp in from 3ffe:3::/24 to 3ffe:1::/16 peer 3ffe::2 srcid host1.one.net dstid host2.two.net ty…
|
| H A D | ipsec31.ok | 1 flow esp out from 3ffe:1::1 to 3ffe:3::/64 peer 3ffe:2::1 srcid host1.one.net dstid host2.two.net t… 2 flow esp in from 3ffe:3::/64 to 3ffe:1::1 peer 3ffe:2::1 srcid host1.one.net dstid host2.two.net ty…
|