Searched refs:inet (Results 1 - 25 of 665) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/mandoc/
H A Dtest-ntohl.c1 #include <arpa/inet.h>
/freebsd-13-stable/share/examples/netgraph/
H A Dudp.tunnel27 ifconfig ng0 inet down delete >/dev/null 2>&1
30 ngctl mkpeer iface dummy inet
33 # Attach a UDP socket to the ``inet'' hook of the interface node
36 ngctl mkpeer ng0: ksocket inet inet/dgram/udp
40 ngctl msg ng0:inet bind inet/${LOC_EXTERIOR_IP}:${UDP_TUNNEL_PORT}
44 ngctl msg ng0:inet connect inet/${REM_EXTERIOR_IP}:${UDP_TUNNEL_PORT}
H A Draw10 ngctl mkpeer ${CARD}: iface rawdata inet
13 # ngctl connect ${CARD}: ng0: rawdata inet
H A Dframe_relay26 # Attach the ip (inet) protocol output of the protocol mux to the ip (inet)
29 ngctl mkpeer ${CARD}:rawdata.dlci${DLCI} iface inet inet
32 # ngctl connect ${CARD}:rawdata.dlci${DLCI} ng0: inet inet
46 # ngctl mkpeer protomux: iface inet inet
/freebsd-13-stable/contrib/ipfilter/
H A Dmkfilters14 $net{$i} = $inet{$i}."/".$netmask{$i} if (defined($inet{$i}));
24 print "# route add $inet{$i} localhost 0\n";
37 if (!defined($inet{$i})) {
48 print "block out from any to $inet{$i}/32 group $grpo\n";
51 print "block in from $inet{$i}/32 to any group $grpi\n";
98 if (/inet/) {
100 ($inet{$iface} = $_) =~ s/.*inet ([^ ]+) \-\-\> ([^ ]+).*/$1/;
101 ($ppp{$iface} = $_) =~ s/.*inet ([
[all...]
/freebsd-13-stable/tools/tools/net80211/scripts/mesh/
H A Dtopology.line18 ifconfig $WLAN inet $NODE1_IP
22 ifconfig $WLAN inet $NODE2_IP
26 ifconfig $WLAN inet $NODE3_IP
30 ifconfig $WLAN inet $NODE4_IP
34 ifconfig $WLAN inet $NODE5_IP
H A Dtopology.star17 ifconfig $WLAN inet $NODE1_IP
21 ifconfig $WLAN inet $NODE2_IP
25 ifconfig $WLAN inet $NODE3_IP
30 ifconfig $WLAN inet $NODE4_IP
34 ifconfig $WLAN inet $NODE5_IP
H A Dtopology.tree27 ifconfig $WLAN inet $NODE1_IP
31 ifconfig $WLAN inet $NODE2_IP
35 ifconfig $WLAN inet $NODE3_IP
39 ifconfig $WLAN inet $NODE4_IP
43 ifconfig $WLAN inet $NODE5_IP
H A Dtopology.ring20 ifconfig $WLAN inet $NODE1_IP
24 ifconfig $WLAN inet $NODE2_IP
28 ifconfig $WLAN inet $NODE3_IP
32 ifconfig $WLAN inet $NODE4_IP
36 ifconfig $WLAN inet $NODE5_IP
/freebsd-13-stable/lib/libc/inet/
H A DMakefile.inc3 # inet sources
4 .PATH: ${LIBC_SRCTOP}/inet
11 SYM_MAPS+= ${LIBC_SRCTOP}/inet/Symbol.map
H A Dinet_lnaof.c42 #include <arpa/inet.h>
66 * and fail to include <arpa/inet.h>.
/freebsd-13-stable/libexec/rc/rc.d/
H A Dnetoptions32 for _af in inet inet6; do
44 ${SYSCTL} net.inet.tcp.log_in_vain=${log_in_vain} >/dev/null
45 ${SYSCTL} net.inet.udp.log_in_vain=${log_in_vain} >/dev/null
48 ${SYSCTL} net.inet.tcp.log_in_vain=0 >/dev/null
49 ${SYSCTL} net.inet.udp.log_in_vain=0 >/dev/null
54 ${SYSCTL} net.inet.tcp.rfc1323=1 >/dev/null
58 ${SYSCTL} net.inet.tcp.rfc1323=0 >/dev/null
62 ${SYSCTL} net.inet.tcp.always_keepalive=1 >/dev/null
66 ${SYSCTL} net.inet.tcp.always_keepalive=0 >/dev/null
72 ${SYSCTL} net.inet
[all...]
H A Drouting39 for _a in inet inet6; do
68 for _a in inet inet6; do
114 ${ROUTE_CMD} -n flush -inet
152 route__loopback="-inet 127.0.0.1 -iface lo0 ${_fibmod}"
320 ropts_init inet
322 ${SYSCTL} net.inet.icmp.bmcastecho=1 > /dev/null
324 ${SYSCTL} net.inet.icmp.bmcastecho=0 > /dev/null
338 ropts_init inet
340 ${SYSCTL} net.inet.icmp.drop_redirect=1 > /dev/null
342 ${SYSCTL} net.inet
[all...]
H A Ddefaultroute38 afexists inet || return 0
48 defif=`get_default_if -inet`
/freebsd-13-stable/include/arpa/
H A DMakefile5 INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h
/freebsd-13-stable/contrib/libpcap/pcap/
H A Dsocket.h70 #include <arpa/inet.h>
/freebsd-13-stable/contrib/ofed/libibmad/
H A Dmad_osd.h44 #include <arpa/inet.h>
/freebsd-13-stable/tests/sys/netinet/
H A Dforward.sh54 ifconfig ${epair}a inet ${ip4a}/${plen}
59 jexec ${jname} ifconfig ${epair}b inet ${ip4b}/${plen}
67 jexec ${jname} sysctl net.inet.ip.forwarding=1
69 jexec ${jname} sysctl net.inet.ip.redirect=0
111 ifconfig ${epair}a inet ${ip4a}/${plen}
116 jexec ${jname} ifconfig ${epair}b inet ${ip4b}/${plen}
124 jexec ${jname} sysctl net.inet.ip.forwarding=1
126 jexec ${jname} sysctl net.inet.ip.redirect=0
170 ifconfig ${epair}a inet ${ip4a}/${plen}
175 jexec ${jname} ifconfig ${epair}b inet
[all...]
H A Dfibs_test.sh78 setup_iface "$EPAIRA" "$FIB0" inet ${ADDR0} ${MASK0}
79 setup_iface "$EPAIRB" "$FIB1" inet ${ADDR1} ${MASK1}
122 setup_tap ${FIB0} inet ${ADDR} ${MASK}
125 setfib ${FIB0} netstat -rn -f inet | grep -q "^${ADDR}.*UHS.*lo0"
127 setfib ${FIB0} netstat -rn -f inet
130 setfib 0 netstat -rn -f inet | grep -q "^${ADDR}.*UHS.*lo0"
132 setfib 0 netstat -rn -f inet
137 setfib ${FIB0} netstat -rn -f inet | \
140 setfib ${FIB0} netstat -rn -f inet
143 setfib 0 netstat -rn -f inet | \
[all...]
/freebsd-13-stable/lib/libc/net/
H A DMakefile.inc45 inet.3 inet_net.3 \
76 MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \
77 inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \
78 inet.3 inet_network.3 inet.3 inet_ntoa.3 inet
[all...]
H A Dntoh.c34 #include <arpa/inet.h>
/freebsd-13-stable/contrib/netbsd-tests/net/route/
H A Dt_flags.sh48 $DEBUG && rump.netstat -rn -f inet
63 $DEBUG && rump.netstat -rn -f inet
86 $DEBUG && rump.netstat -rn -f inet
116 $DEBUG && rump.netstat -rn -f inet
129 $DEBUG && rump.netstat -rn -f inet
136 $DEBUG && rump.netstat -rn -f inet
155 $DEBUG && rump.netstat -rn -f inet
162 $DEBUG && rump.netstat -rn -f inet
177 $DEBUG && rump.netstat -rn -f inet
184 $DEBUG && rump.netstat -rn -f inet
[all...]
/freebsd-13-stable/contrib/netbsd-tests/net/net/
H A Dt_mtudisc.sh118 atf_check -s exit:0 rump.sysctl -w -q net.inet.ip.forwarding=1
124 atf_check -s exit:0 -o match:"1" rump.sysctl -n net.inet.ip.mtudisc
129 $DEBUG && rump.netstat -a -f inet
141 atf_check -s exit:0 -o ignore rump.sysctl -w -q net.inet.ip.maxfragpackets=0
147 atf_check -s exit:0 -o ignore rump.sysctl -w -q net.inet.ip.mtudisc=0
159 rump.netstat -nr -f inet
165 atf_check -s exit:0 -o ignore rump.sysctl -w -q net.inet.ip.mtudisc=1
177 rump.netstat -nr -f inet
/freebsd-13-stable/tests/sys/netpfil/common/
H A Dfragments.sh45 ifconfig ${epair}b inet 192.0.2.1/24 up
61 jexec iron sysctl net.inet.ip.maxfragsperpacket=1024
/freebsd-13-stable/stand/libsa/
H A Dinet_ntoa.c40 #include <arpa/inet.h>
61 * and fail to include <arpa/inet.h>.

Completed in 138 milliseconds

1234567891011>>