Searched refs:ipv6 (Results 1 - 25 of 101) sorted by relevance

12345

/freebsd-11.0-release/contrib/ntp/lib/isc/unix/
H A Dipv6.c18 /* $Id: ipv6.c,v 1.14 2007/06/19 23:47:18 tbox Exp $ */
24 #include <isc/ipv6.h>
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dinet6_ntop.c25 ** ipv6 -- IPv6 address
34 sm_inet6_ntop(ipv6, dst, len)
35 const void *ipv6;
42 u16 = (SM_UINT16 *)ipv6;
/freebsd-11.0-release/sbin/ipfw/
H A DMakefile7 SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c tables.c
/freebsd-11.0-release/lib/libc/inet/
H A Dinet_cidr_pton.c48 int *bits, int ipv6));
52 static int getbits(const char *, int ipv6);
87 inet_cidr_pton_ipv4(const char *src, u_char *dst, int *pbits, int ipv6) { argument
115 bits = getbits(src, ipv6);
124 bits = ipv6 ? 128 : 32;
134 if (((bits - (ipv6 ? 96 : 0)) / 8) > (dst - odst))
257 getbits(const char *src, int ipv6) { argument
272 if (bits > (ipv6 ? 128 : 32)) /*%< range error */
/freebsd-11.0-release/contrib/wpa/src/radius/
H A Dradius_server.h185 * ipv6 - Whether to enable IPv6 support in the RADIUS server
187 int ipv6; member in struct:radius_server_conf
H A Dradius_server.c280 * ipv6 - Whether to enable IPv6 support in the RADIUS server
282 int ipv6; member in struct:radius_server_data
411 int ipv6)
417 if (ipv6) {
436 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1218 if (data->ipv6) {
1232 if (!data->ipv6) {
1330 if (data->ipv6) {
1344 if (!data->ipv6) {
1530 radius_server_read_clients(const char *client_file, int ipv6) argument
410 radius_server_get_client(struct radius_server_data *data, struct in_addr *addr, int ipv6) argument
[all...]
/freebsd-11.0-release/tools/tools/netrate/netsend/
H A Dnetsend.c49 int ipv6; member in struct:_a
193 if (a->ipv6) {
195 perror("connect (ipv6)");
236 if (a->ipv6) {
305 a.ipv6 = 0;
309 a.ipv6 = 1;
325 if (a.ipv6)
384 if (a.ipv6)
/freebsd-11.0-release/sys/dev/cxgbe/
H A Dt4_l2t.h75 uint8_t ipv6; /* entry is for an IPv6 address */ member in struct:l2t_entry
/freebsd-11.0-release/usr.sbin/ppp/
H A Dradius.h96 } ipv6; member in union:radacct::__anon14100
/freebsd-11.0-release/contrib/unbound/dns64/
H A Ddns64.c170 * Extract an IPv4 address embedded in the IPv6 address \a ipv6 at offset \a
174 * \param ipv6 IPv6 address represented as a 128-bit array in big-endian
180 extract_ipv4(const uint8_t ipv6[16], const int offset) argument
182 uint32_t ipv4 = (uint32_t)ipv6[offset/8+0] << (24 + (offset%8))
183 | (uint32_t)ipv6[offset/8+1] << (16 + (offset%8))
184 | (uint32_t)ipv6[offset/8+2] << ( 8 + (offset%8))
185 | (uint32_t)ipv6[offset/8+3] << ( 0 + (offset%8));
187 ipv4 |= (uint32_t)ipv6[offset/8+4] >> (8 - offset%8);
225 * \param ipv6 The result will be written here, in network byte order.
230 ptr_to_ipv6(const char* ptr, uint8_t ipv6[1 argument
[all...]
/freebsd-11.0-release/etc/
H A Drc.firewall103 ${fwcmd} add pass ipv6-icmp from :: to ff02::/16
105 ${fwcmd} add pass ipv6-icmp from fe80::/10 to fe80::/10
106 ${fwcmd} add pass ipv6-icmp from fe80::/10 to ff02::/16
109 ${fwcmd} add pass ipv6-icmp from any to any icmp6types 1
112 ${fwcmd} add pass ipv6-icmp from any to any icmp6types 2,135,136
446 ${fwcmd} add pass ipv6-icmp from me to any keep-state
460 ${fwcmd} add pass ipv6-icmp from any to any icmp6type 128,129
466 ${fwcmd} add pass ipv6-icmp from any to any icmp6type 3
/freebsd-11.0-release/contrib/netbsd-tests/net/if_bridge/
H A Dt_bridge.sh65 if [ $mode = "ipv6" ]; then
84 if [ $mode = "ipv6" ]; then
113 test_endpoint $SOCK1 $IP61 bus1 ipv6
114 test_endpoint $SOCK3 $IP62 bus2 ipv6
150 setup_endpoint $SOCK1 $IP61 bus1 ipv6
151 setup_endpoint $SOCK3 $IP62 bus2 ipv6
/freebsd-11.0-release/usr.sbin/flowctl/
H A Dflowctl.c180 int ipv4, ipv6, verbose = 0; local
183 ipv6 = feature_present("inet6");
186 ipv6 = 0;
190 if (argc > 0 && !strncmp(argv[0], "ipv6", 4)) {
212 if (ipv6) {
/freebsd-11.0-release/sbin/ifconfig/
H A Difvxlan.c107 int vni, mc, ipv6; local
117 ipv6 = rsa->sa_family == AF_INET6;
130 if (!ipv6) {
139 printf(" local %s%s%s:%s", ipv6 ? "[" : "", src, ipv6 ? "]" : "",
141 printf(" %s %s%s%s:%s", mc ? "group" : "remote", ipv6 ? "[" : "",
142 dst, ipv6 ? "]" : "", dstport);
/freebsd-11.0-release/sys/dev/vxge/include/
H A Dvxgehal-types.h98 * @ipv6: IP V6 address
102 vxge_hal_ipv6 ipv6; member in union:vxge_hal_ipaddr_t
/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c130 e->ipv6 = 0;
135 e->ipv6 = 1;
240 if (e->ipv6 == 0) {
/freebsd-11.0-release/tools/test/netfibs/
H A Dforwarding.sh524 ipfw add $((10000 + i)) count ipv6-icmp from any to any \
532 ipfw add $((20000 + i)) count ipv6-icmp from any to any \
572 awk '/ ipv6-icmp / { print $2 }'` ;;
786 ipfw add 100 setfib 0 ipv6-icmp from any to any \
793 ipfw add 100 setfib 0 ipv6-icmp from any to any \
936 ipfw add 100 setfib ${i} ipv6-icmp from any to any \
943 ipfw add 100 setfib ${i} ipv6-icmp from any to any \
1106 ipfw add 100 setfib ${i} ipv6-icmp from any to any \
1114 ipfw add 100 setfib ${j} ipv6-icmp from any to any \
1318 ipfw add 100 setfib ${i} ipv6
[all...]
H A Dreflector.sh583 ipfw add 100 setfib ${_fib} ipv6-icmp \
586 ipfw add 100 setfib ${_fib} ipv6-icmp \
610 ipfw add 400 setfib ${_fib} ipv6-icmp \
627 ipfw add 400 setfib ${_fib} ipv6-icmp \
691 ipfw add $((500 + i)) count ipv6-icmp from any to any \
717 "-i") _c=`ipfw show $((500 + i)) | awk '/ ipv6-icmp / { print $2 }'` ;;
H A Dinitiator.sh223 ipfw add 5 permit ipv6-icmp from any to any icmp6types 135,136 fib 0 \
599 ipfw add 10 setfib ${fib} ipv6-icmp from 2001:2:${fib}::/64 \
867 ipfw add 10 setfib ${fib} ipv6-icmp \
970 ipfw add 10 setfib ${fib} ipv6-icmp \
/freebsd-11.0-release/contrib/ntp/lib/isc/unix/include/isc/
H A Dnet.h91 #include <isc/ipv6.h> /* Contractual promise. */
/freebsd-11.0-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h103 #include <isc/ipv6.h>
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A DMakefile.am274 ipv6-internal.h \
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dauthsrv.c119 srv.ipv6 = conf->radius_server_ipv6;
/freebsd-11.0-release/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h165 uint32_t ipv6:1; member in struct:vmxnet3_rxcompdesc
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_addr.h47 #include <net/ipv6.h>

Completed in 312 milliseconds

12345