Home
last modified time | relevance | path

Searched refs:net (Results 1 – 25 of 233) sorted by path

12345678910

/illumos-gate/exception_lists/
H A Dcheck_rtime107 # libnetsnmphelpers.so is empty in some net-snmp versions
H A Dpackaging275 usr/include/net/wpa.h
279 usr/include/net/pppoe.h
280 usr/include/net/sppptun.h
284 usr/include/net/simnet.h
288 usr/include/net/bridge_impl.h
690 # publication. The net result is that everything therein should be
H A Dpackaging.deps46 pkg:/system/management/snmp/net-snmp
/illumos-gate/usr/src/
H A DTargetdirs93 /dev/net \
157 /etc/net-snmp \
158 /etc/net-snmp/snmp \
306 /usr/net \
307 /usr/net/servers \
/illumos-gate/usr/src/boot/efi/libefi/
H A Definet.c149 if (net == NULL) in efinet_put()
152 status = net->Transmit(net, 0, len, pkt, NULL, NULL, NULL); in efinet_put()
159 status = net->GetStatus(net, NULL, &buf); in efinet_put()
182 if (net == NULL) in efinet_get()
193 status = net->Receive(net, NULL, &bufsz, ptr, NULL, NULL, NULL); in efinet_get()
233 status = net->Start(net); in efinet_init()
242 status = net->Initialize(net, 0, 0); in efinet_init()
253 status = net->ReceiveFilters(net, mask, 0, FALSE, 0, NULL); in efinet_init()
259 dump_mode(net->Mode); in efinet_init()
271 if (net == NULL) in efinet_end()
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th296 \ if the prefix is fd, cd, net or disk and we have :
300 over 3 s" net" compare 0= R> or >R
302 if ( prefix is fd or cd or net or disk )
H A Dsupport.4th1262 s" net" compare 0= if
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.inc250 $(SASRC)/net.c $(SASRC)/udp.c $(SASRC)/netif.c \
252 OBJECTS += arp.o ether.o ip.o inet_ntoa.o in_cksum.o net.o udp.o netif.o rpc.o
/illumos-gate/usr/src/cmd/Adm/sun/
H A Dpasswd12 listen:x:37:4:Network Admin:/usr/net/nls:
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A DMakefile33 SVCMETHOD= net-ipmgmt
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Dinc.flg30 find_files "s.*" usr/src/common/net/dhcp
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dinc.flg30 find_files "s.*" usr/src/common/net/dhcp
H A Dnetstat.c7100 uint_t net; in pr_net() local
7138 net = addr & mask; in pr_net()
7140 mask >>= 1, net >>= 1; in pr_net()
7142 np = getnetbyaddr(net, AF_INET); in pr_net()
7144 if (np && np->n_net == net) in pr_net()
7181 uint_t net; in pr_netaddr() local
7226 net = netshifted = addr & mask; in pr_netaddr()
7231 net = netshifted = 0; in pr_netaddr()
7265 in.s_addr = htonl(net); in pr_netaddr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c631 if (net > 0 && in togdebug()
1568 (void) shutdown(net, 2);
1571 Close(&net);
3198 net = socket(h->ai_family, SOCK_STREAM, 0); in tn()
3200 if (net < 0) { in tn()
3227 (setsockopt(net, IPPROTO_IP, IP_TOS, in tn()
3244 Close(&net); in tn()
3271 write(net, buf, strlen(buf)); in tn()
3296 Close(&net); in tn()
3309 Close(&net); in tn()
[all …]
H A Dexterns.h104 extern int net; /* Network file descriptor */
H A Dkerberos5.c83 extern int net;
653 retval = krb5_auth_con_genaddrs(telnet_context, auth_context, net, in kerberos5_forward()
H A Dnetwork.c97 FD_SET(net, &excepts); in stilloob()
98 value = select(net+1, NULL, NULL, &excepts, &timeout); in stilloob()
106 if (FD_ISSET(net, &excepts)) { in stilloob()
148 n = send(net, netoring.consume, n, 0); in netflush()
158 n = send(net, netoring.consume, 1, MSG_OOB); in netflush()
H A Dsys_bsd.c65 int net = -1; variable
714 NetNonblockingIO(net, 1); in sys_telnet_init()
764 FD_SET(net, &obits); in process_rings()
773 FD_SET(net, &ibits); in process_rings()
776 FD_SET(net, &xbits); in process_rings()
799 if (FD_ISSET(net, &xbits)) { in process_rings()
800 FD_CLR(net, &xbits); in process_rings()
814 if (FD_ISSET(net, &ibits)) { in process_rings()
817 FD_CLR(net, &ibits); in process_rings()
867 if (FD_ISSET(net, &obits)) { in process_rings()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A DMakefile32 SVCMETHOD = net-ipmp
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME109 (http://sourceforge.net/projects/madwifi/)
115 (http://atmelwlandriver.sourceforge.net/).
117 Linux ndiswrapper (http://ndiswrapper.sourceforge.net/) with
137 http://libdnet.sourceforge.net/)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A DMakefile39 CPPFLAGS += -I$(CMDINETCOMMONDIR) -I$(SRC)/common/net/dhcp
H A Dinc.flg30 find_files "s.*" usr/src/common/net/dhcp
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h558 in_addr_t net; /* host order */ member
771 #define on_net(a, net, mask) (((ntohl(a) ^ (net)) & (mask)) == 0) argument
H A Dinput.c859 if (on_net(dst, tn->net, tn->mask) && in input()
H A Dparms.c874 !getnet(buf2, &tg->tgate_nets[i].net, in parse_parms()
876 tg->tgate_nets[i].net == RIP_DEFAULT || in parse_parms()

12345678910