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

1234567891011>>

/freebsd-10.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-10.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-10.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-10.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-10.0-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.0-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 Drouting36 inet|inet6|ipx|atm)
44 for _a in inet inet6 ipx atm; do
65 inet|inet6|ipx|atm)
77 for _a in inet inet6 ipx atm; do
110 ${ROUTE_CMD} -n flush -inet
310 ropts_init inet
312 ${SYSCTL} net.inet.icmp.bmcastecho=1 > /dev/null
314 ${SYSCTL} net.inet.icmp.bmcastecho=0 > /dev/null
318 ropts_init inet
320 ${SYSCTL} net.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.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-10.0-release/contrib/ntp/libntp/
H A Dsocktohost.c8 #include <arpa/inet.h>
H A Dsocktoa.c11 #include <arpa/inet.h>
/freebsd-10.0-release/contrib/ntp/scripts/rc1/
H A Dxntp18 if [ -f /etc/inet/ntp.conf -a -x /usr/sbin/xntpd ]
20 /usr/sbin/xntpd -c /etc/inet/ntp.conf
/freebsd-10.0-release/include/arpa/
H A DMakefile6 INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dinet_ntoa.c43 #include <arpa/inet.h>
/freebsd-10.0-release/lib/libc/inet/
H A Dinet_lnaof.c40 #include <arpa/inet.h>
65 * and fail to include <arpa/inet.h>.
/freebsd-10.0-release/lib/libstand/
H A Dinet_ntoa.c40 #include <arpa/inet.h>
61 * and fail to include <arpa/inet.h>.
/freebsd-10.0-release/usr.sbin/timed/timedc/
H A Dtimedc.h38 #include <arpa/inet.h>
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.icmp.ksh61 ping -A inet localhost
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_want.h110 /* Single Unix says they are in arpa/inet.h. Linux has them in
111 * netinet/in.h. FreeBSD has them in arpa/inet.h but requires that
118 #include <arpa/inet.h>

Completed in 476 milliseconds

1234567891011>>