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

123456

/freebsd-11-stable/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-stable/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-stable/sbin/ipfw/
H A DMakefile7 SRCS= ipfw2.c dummynet.c ipv6.c main.c nat.c tables.c
/freebsd-11-stable/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-stable/contrib/wpa/src/radius/
H A Dradius_server.h192 * ipv6 - Whether to enable IPv6 support in the RADIUS server
194 int ipv6; member in struct:radius_server_conf
H A Dradius_server.c304 * ipv6 - Whether to enable IPv6 support in the RADIUS server
306 int ipv6; member in struct:radius_server_data
476 int ipv6)
482 if (ipv6) {
501 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1854 if (data->ipv6) {
1868 if (!data->ipv6) {
1986 if (data->ipv6) {
2000 if (!data->ipv6) {
2188 radius_server_read_clients(const char *client_file, int ipv6) argument
475 radius_server_get_client(struct radius_server_data *data, struct in_addr *addr, int ipv6) argument
[all...]
/freebsd-11-stable/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-stable/usr.sbin/ppp/
H A Dradius.h98 } ipv6; member in union:radacct::__anon8891
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_l2t.h75 uint8_t ipv6; /* entry is for an IPv6 address */ member in struct:l2t_entry
/freebsd-11-stable/contrib/netbsd-tests/net/if_gif/
H A Dt_gif.sh79 if [ ${lan_mode} = "ipv6" ]; then
87 if [ ${wan_mode} = "ipv6" ]; then
106 if [ ${lan_mode} = "ipv6" ]; then
113 if [ ${wan_mode} = "ipv6" ]; then
132 if [ ${inner} = "ipv6" ]; then
134 router1_lan_mode="ipv6"
136 router2_lan_mode="ipv6"
144 if [ ${outer} = "ipv6" ]; then
146 $ROUTER1_WANIP6 ipv6
148 $ROUTER2_WANIP6 ipv6
[all...]
/freebsd-11-stable/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
454 ${fwcmd} add pass ipv6-icmp from me to any keep-state
468 ${fwcmd} add pass ipv6-icmp from any to any icmp6type 128,129
474 ${fwcmd} add pass ipv6-icmp from any to any icmp6type 3
/freebsd-11-stable/usr.sbin/flowctl/
H A Dflowctl.c182 int ipv4, ipv6, verbose = 0; local
185 ipv6 = feature_present("inet6");
188 ipv6 = 0;
192 if (argc > 0 && !strncmp(argv[0], "ipv6", 4)) {
214 if (ipv6) {
/freebsd-11-stable/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-stable/tools/tools/netmap/
H A Dpkt-gen.c213 } ipv6; member in union:pkt::__anon5534
218 ((af) == AF_INET ? (p)->ipv4.f: (p)->ipv6.f)
229 } ipv6; member in union:ip_range::__anon5537
428 r->ipv6.sgroup = 7; /* default group */
429 extract_ipv6_addr(name, &r->ipv6.start, &r->port0,
430 &r->ipv6.sgroup);
437 r->ipv6.egroup = r->ipv6.sgroup;
438 extract_ipv6_addr(ap, &r->ipv6.end, &r->port1,
439 &r->ipv6
[all...]
/freebsd-11-stable/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-stable/sys/ofed/include/rdma/
H A Dib_addr.h46 #include <net/ipv6.h>
51 #include <net/ipv6.h>
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_forwarding.sh92 if [ $mode = "ipv6" ]; then
116 if [ $mode = "ipv6" ]; then
132 if [ $mode = "ipv6" ]; then
145 if [ $mode = "ipv6" ]; then
170 setup_endpoint $SOCKSRC $IP6SRC bus1 ipv6 $IP6SRCGW
171 setup_endpoint $SOCKDST $IP6DST bus2 ipv6 $IP6DSTGW
172 setup_forwarder ipv6
204 test_endpoint $SOCKSRC $IP6SRC bus1 ipv6
205 test_endpoint $SOCKDST $IP6DST bus2 ipv6
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c130 e->ipv6 = 0;
135 e->ipv6 = 1;
240 if (e->ipv6 == 0) {
/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/netbsd-tests/net/route/
H A Dt_route.sh137 if [ $mode = "ipv6" ]; then
161 if [ $mode = "ipv6" ]; then
175 if [ $mode = "ipv6" ]; then
214 setup_endpoint $SOCKSRC $IP6SRC $BUS_SRCGW ipv6 $IP6SRCGW
215 setup_endpoint $SOCKDST $IP6DST $BUS_DSTGW ipv6 $IP6DSTGW
216 setup_forwarder ipv6
/freebsd-11-stable/contrib/ntp/lib/isc/unix/include/isc/
H A Dnet.h91 #include <isc/ipv6.h> /* Contractual promise. */
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h103 #include <isc/ipv6.h>
/freebsd-11-stable/contrib/netbsd-tests/net/if_bridge/
H A Dt_bridge.sh88 if [ $mode = "ipv6" ]; then
107 if [ $mode = "ipv6" ]; then
126 test_endpoint $SOCK1 $IP61 bus1 ipv6
127 test_endpoint $SOCK3 $IP62 bus2 ipv6
163 setup_endpoint $SOCK1 $IP61 bus1 ipv6
164 setup_endpoint $SOCK3 $IP62 bus2 ipv6
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.h416 * @param ipv6 - set profile ipv6 packet.
425 bool ipv6,
/freebsd-11-stable/sys/netinet6/
H A Dip6_forward.c156 if (IPSEC_ENABLED(ipv6)) {
157 if ((error = IPSEC_FORWARD(ipv6, m)) != 0) {

Completed in 374 milliseconds

123456