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

1234567891011>>

/freebsd-11.0-release/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-11.0-release/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-11.0-release/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-11.0-release/lib/libc/inet/
H A DMakefile.inc1 # $FreeBSD: releng/11.0/lib/libc/inet/Makefile.inc 262722 2014-03-04 02:19:39Z marcel $
3 # inet sources
4 .PATH: ${LIBC_SRCTOP}/inet
11 SYM_MAPS+= ${LIBC_SRCTOP}/inet/Symbol.map
H A Dinet_lnaof.c34 __FBSDID("$FreeBSD: releng/11.0/lib/libc/inet/inet_lnaof.c 288038 2015-09-20 20:50:56Z rodrigc $");
40 #include <arpa/inet.h>
64 * and fail to include <arpa/inet.h>.
/freebsd-11.0-release/contrib/ofed/libsdp/src/
H A Dsocket.c98 char *inet; local
114 inet = AF_INET_STR;
116 while (*inet == *test && '\0' != *inet) {
118 inet++;
122 if ('\0' == *inet && '=' == *test) {
/freebsd-11.0-release/etc/rc.d/
H A Drouting39 for _a in inet inet6 atm; do
68 for _a in inet inet6 atm; do
114 ${ROUTE_CMD} -n flush -inet
157 route__loopback="-inet 127.0.0.1 -iface lo0 ${_fibmod}"
321 ropts_init inet
323 ${SYSCTL} net.inet.icmp.bmcastecho=1 > /dev/null
325 ${SYSCTL} net.inet.icmp.bmcastecho=0 > /dev/null
329 ropts_init inet
331 ${SYSCTL} net.inet.icmp.drop_redirect=1 > /dev/null
333 ${SYSCTL} net.inet
[all...]
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 Ddefaultroute38 afexists inet || return 0
48 defif=`get_default_if -inet`
H A Dipfw59 sysctl net.inet.ip.fw.verbose=1 >/dev/null
81 if ! ${SYSCTL} net.inet.ip.fw.enable=1 1>/dev/null 2>&1; then
98 ${SYSCTL} net.inet.ip.fw.enable=0
/freebsd-11.0-release/release/picobsd/mfs_tree/etc/
H A Drc.network62 sysctl net.inet.tcp.rfc1323=0 >/dev/null 2>&1
63 sysctl net.inet.tcp.rfc1644=0 >/dev/null 2>&1
67 sysctl net.inet.ip.forwarding=1 >/dev/null 2>&1
71 sysctl net.link.ether.inet.proxyall=1 2>&1
/freebsd-11.0-release/include/arpa/
H A DMakefile5 INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h
/freebsd-11.0-release/lib/libc/net/
H A DMakefile.inc44 inet.3 inet_net.3 \
75 MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \
76 inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \
77 inet.3 inet_network.3 inet.3 inet_ntoa.3 inet
[all...]
H A Dntoh.c32 #include <arpa/inet.h>
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dinet_ntoa.c43 #include <arpa/inet.h>
/freebsd-11.0-release/lib/libstand/
H A Dinet_ntoa.c40 #include <arpa/inet.h>
61 * and fail to include <arpa/inet.h>.
/freebsd-11.0-release/usr.sbin/timed/timedc/
H A Dtimedc.h38 #include <arpa/inet.h>
/freebsd-11.0-release/contrib/netbsd-tests/net/mpls/
H A Dt_mpls_fw.sh31 # Disable net.inet.ip.forwarding, enable net.mpls.forwarding
76 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
78 -ifp mpls0 -tag 25 -inet 10.0.1.2
91 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
92 atf_check -s exit:0 rump.route -q add -mpls 25 -tag 30 -inet 10.0.2.2
93 atf_check -s exit:0 rump.route -q add -mpls 27 -tag ${1} -inet 10.0.1.1
106 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
107 atf_check -s exit:0 rump.route -q add -mpls 30 -tag ${1} -inet 10.0.3.2
108 atf_check -s exit:0 rump.route -q add -mpls 26 -tag 27 -inet 10.0.2.1
120 atf_check -s exit:0 rump.sysctl -q -w net.inet
[all...]
H A Dt_rfc4182.sh31 # Disable net.inet.ip.forwarding, enable net.mpls.forwarding
78 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
80 -ifp mpls0 -tag 25,2 -inet 10.0.1.2
93 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
94 atf_check -s exit:0 rump.route -q add -mpls 25 -tag 30,0 -inet 10.0.2.2
95 atf_check -s exit:0 rump.route -q add -mpls 27 -tag 3 -inet 10.0.1.1
108 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
109 atf_check -s exit:0 rump.route -q add -mpls 30 -tag 3 -inet 10.0.3.2
110 atf_check -s exit:0 rump.route -q add -mpls 26 -tag 27,0 -inet 10.0.2.1
122 atf_check -s exit:0 rump.sysctl -q -w net.inet
[all...]
/freebsd-11.0-release/tests/sys/netinet/
H A Dfibs_test.sh138 setfib ${FIB0} netstat -rn -f inet | grep -q "^${ADDR}.*UHS.*lo0"
140 setfib ${FIB0} netstat -rn -f inet
143 setfib 0 netstat -rn -f inet | grep -q "^${ADDR}.*UHS.*lo0"
145 setfib 0 netstat -rn -f inet
150 setfib ${FIB0} netstat -rn -f inet | \
153 setfib ${FIB0} netstat -rn -f inet
156 setfib 0 netstat -rn -f inet | \
159 setfib ${FIB0} netstat -rn -f inet
208 setfib ${FIB0} netstat -rn -f inet
210 setfib ${FIB1} netstat -rn -f inet
[all...]

Completed in 96 milliseconds

1234567891011>>