/openbsd/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> 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> 727 nullnix@users.sourceforge.net 733 tbrowder2@users.sourceforge.net 1389 flex-help@sourceforge.net [all …]
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | efipxe.c | 128 NET = net; in efi_pxeprobe() 413 if (net == NULL) in efinet_init() 417 status = net->Start(net); 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() 447 if (net == NULL) in efinet_get() 460 status = net->Receive(net, NULL, &pktsz, ptr, NULL, NULL, NULL); in efinet_get() 484 if (net == NULL) in efinet_put() 497 status = net->GetStatus(net, NULL, &buf); in efinet_put() 514 if (net == NULL) in efinet_end() [all …]
|
/openbsd/sys/arch/armv7/stand/efiboot/ |
H A D | efipxe.c | 128 NET = net; in efi_pxeprobe() 413 if (net == NULL) in efinet_init() 417 status = net->Start(net); 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() 447 if (net == NULL) in efinet_get() 460 status = net->Receive(net, NULL, &pktsz, ptr, NULL, NULL, NULL); in efinet_get() 484 if (net == NULL) in efinet_put() 497 status = net->GetStatus(net, NULL, &buf); in efinet_put() 514 if (net == NULL) in efinet_end() [all …]
|
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | efipxe.c | 128 NET = net; in efi_pxeprobe() 413 if (net == NULL) in efinet_init() 417 status = net->Start(net); 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() 447 if (net == NULL) in efinet_get() 460 status = net->Receive(net, NULL, &pktsz, ptr, NULL, NULL, NULL); in efinet_get() 484 if (net == NULL) in efinet_put() 497 status = net->GetStatus(net, NULL, &buf); in efinet_put() 514 if (net == NULL) in efinet_end() [all …]
|
/openbsd/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/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() 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() 244 key.net, addrlen); in addr_tree_lookup() 246 if(result->net <= m) in addr_tree_lookup() 255 struct sockaddr_storage* addr, socklen_t addrlen, int net) in addr_tree_find() argument [all …]
|
/openbsd/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() 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() 244 key.net, addrlen); in addr_tree_lookup() 246 if(result->net <= m) in addr_tree_lookup() 255 struct sockaddr_storage* addr, socklen_t addrlen, int net) in addr_tree_find() argument [all …]
|
/openbsd/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) 111 ftp://stingray.cyber.net.pk/OpenBSD (Karachi) 114 http://piotrkosoft.net/pub/OpenBSD (Oswiecim) 137 ftp://mirror.codigo23.net/pub/OpenBSD (Oviedo) 150 ftp://ftp.ulak.net.tr/pub/OpenBSD [all …]
|
/openbsd/sbin/isakmpd/ |
H A D | policy.c | 747 net &= subnet; in policy_callback() 750 net |= ~subnet; in policy_callback() 814 sizeof(net)); in policy_callback() 1032 net &= subnet; in policy_callback() 1035 net |= ~subnet; in policy_callback() 1106 &net, sizeof(net)); in policy_callback() 1111 net.s6_addr[i] &= in policy_callback() 1119 net.s6_addr[i] |= in policy_callback() 1357 net &= subnet; in policy_callback() 1360 net |= ~subnet; in policy_callback() [all …]
|
/openbsd/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/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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | ipsec27.ok | 1 flow ah out from 3ffe::1 to 3ffe::2 peer 3ffe::2 srcid host1.one.net dstid host2.two.net type requi… 2 flow ah in from 3ffe::2 to 3ffe::1 peer 3ffe::2 srcid host1.one.net dstid host2.two.net type require
|
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…
|