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

1234567891011>>

/freebsd-10.3-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-10.3-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-10.3-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-10.3-release/lib/libc/tests/inet/
H A DMakefile1 # $FreeBSD: releng/10.3/lib/libc/tests/inet/Makefile 274075 2014-11-04 00:56:25Z ngie $
5 TESTSDIR= ${TESTSBASE}/lib/libc/inet
/freebsd-10.3-release/lib/libc/inet/
H A DMakefile.inc1 # $FreeBSD: releng/10.3/lib/libc/inet/Makefile.inc 157049 2006-03-23 16:55:13Z des $
3 # inet sources
4 .PATH: ${.CURDIR}/inet
11 SYM_MAPS+= ${.CURDIR}/inet/Symbol.map
H A Dinet_lnaof.c34 __FBSDID("$FreeBSD: releng/10.3/lib/libc/inet/inet_lnaof.c 170244 2007-06-03 17:20:27Z ume $");
40 #include <arpa/inet.h>
65 * and fail to include <arpa/inet.h>.
/freebsd-10.3-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-10.3-release/etc/rc.d/
H A Dnetoptions31 for _af in inet inet6; do
43 ${SYSCTL} net.inet.tcp.log_in_vain=${log_in_vain} >/dev/null
44 ${SYSCTL} net.inet.udp.log_in_vain=${log_in_vain} >/dev/null
47 ${SYSCTL} net.inet.tcp.log_in_vain=0 >/dev/null
48 ${SYSCTL} net.inet.udp.log_in_vain=0 >/dev/null
53 ${SYSCTL} net.inet.tcp.rfc1323=1 >/dev/null
57 ${SYSCTL} net.inet.tcp.rfc1323=0 >/dev/null
61 ${SYSCTL} net.inet.tcp.always_keepalive=1 >/dev/null
65 ${SYSCTL} net.inet.tcp.always_keepalive=0 >/dev/null
71 ${SYSCTL} net.inet
[all...]
H A Drouting38 for _a in inet inet6 atm; do
67 for _a in inet inet6 ipx atm; do
108 ${ROUTE_CMD} -n flush -inet
309 ropts_init inet
311 ${SYSCTL} net.inet.icmp.bmcastecho=1 > /dev/null
313 ${SYSCTL} net.inet.icmp.bmcastecho=0 > /dev/null
317 ropts_init inet
319 ${SYSCTL} net.inet.icmp.drop_redirect=1 > /dev/null
321 ${SYSCTL} net.inet.icmp.drop_redirect=0 > /dev/null
325 ropts_init inet
[all...]
H A Ddefaultroute37 afexists inet || return 0
47 defif=`get_default_if -inet`
H A Dipfw58 sysctl net.inet.ip.fw.verbose=1 >/dev/null
80 if ! ${SYSCTL} net.inet.ip.fw.enable=1 1>/dev/null 2>&1; then
97 ${SYSCTL} net.inet.ip.fw.enable=0
/freebsd-10.3-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-10.3-release/include/arpa/
H A DMakefile6 INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h
/freebsd-10.3-release/lib/libc/net/
H A DMakefile.inc48 inet.3 inet_net.3 \
79 MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \
80 inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \
81 inet.3 inet_network.3 inet.3 inet_ntoa.3 inet
[all...]
/freebsd-10.3-release/lib/libstand/
H A Dinet_ntoa.c40 #include <arpa/inet.h>
61 * and fail to include <arpa/inet.h>.
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dinet_ntoa.c43 #include <arpa/inet.h>
/freebsd-10.3-release/usr.sbin/timed/timedc/
H A Dtimedc.h38 #include <arpa/inet.h>
/freebsd-10.3-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-10.3-release/tests/sys/netinet/
H A Dfibs_test.sh135 setfib ${FIB0} netstat -rn -f inet | grep -q "^${ADDR}.*UHS.*lo0"
137 setfib ${FIB0} netstat -rn -f inet
140 setfib 0 netstat -rn -f inet | grep -q "^${ADDR}.*UHS.*lo0"
142 setfib 0 netstat -rn -f inet
147 setfib ${FIB0} netstat -rn -f inet | \
150 setfib ${FIB0} netstat -rn -f inet
153 setfib 0 netstat -rn -f inet | \
156 setfib ${FIB0} netstat -rn -f inet
205 setfib ${FIB0} netstat -rn -f inet
207 setfib ${FIB1} netstat -rn -f inet
[all...]

Completed in 173 milliseconds

1234567891011>>