Searched refs:net (Results 101 - 125 of 1403) sorted by relevance

1234567891011>>

/freebsd-10.0-release/share/doc/smm/
H A DMakefile25 18.net
/freebsd-10.0-release/sys/arm/versatile/
H A Dif_smc_fdt.c40 #include <net/ethernet.h>
41 #include <net/if.h>
42 #include <net/if_arp.h>
43 #include <net/if_media.h>
/freebsd-10.0-release/sys/arm/xscale/pxa/
H A Dif_smc_smi.c40 #include <net/ethernet.h>
41 #include <net/if.h>
42 #include <net/if_arp.h>
43 #include <net/if_media.h>
/freebsd-10.0-release/sys/modules/firewire/fwip/
H A DMakefile5 .PATH: ${.CURDIR}/../../../dev/firewire ${.CURDIR}/../../../net
/freebsd-10.0-release/sys/modules/if_bridge/
H A DMakefile5 .PATH: ${.CURDIR}/../../net
/freebsd-10.0-release/sys/modules/if_gre/
H A DMakefile3 .PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet ${.CURDIR}/../../netinet6
/freebsd-10.0-release/sys/modules/if_lagg/
H A DMakefile5 .PATH: ${.CURDIR}/../../net
/freebsd-10.0-release/sys/modules/if_tun/
H A DMakefile3 .PATH: ${.CURDIR}/../../net
/freebsd-10.0-release/sys/modules/usb/rue/
H A DMakefile30 .PATH: $S/dev/usb/net
/freebsd-10.0-release/sys/modules/usb/smsc/
H A DMakefile30 .PATH: $S/dev/usb/net
/freebsd-10.0-release/sys/net/
H A Dif_debug.c40 #include <net/if.h>
41 #include <net/if_types.h>
42 #include <net/if_var.h>
43 #include <net/vnet.h>
H A Dif_edsc.c47 #include <net/bpf.h> /* bpf(9) */
48 #include <net/ethernet.h> /* Ethernet related constants and types */
49 #include <net/if.h> /* basic part of ifnet(9) */
50 #include <net/if_clone.h> /* network interface cloning */
51 #include <net/if_types.h> /* IFT_ETHER and friends */
52 #include <net/if_var.h> /* kernel-only part of ifnet(9) */
/freebsd-10.0-release/usr.sbin/rrenumd/
H A Dlexer.l42 #include <net/if.h>
44 #include <net/if_var.h>
/freebsd-10.0-release/lib/libipx/
H A Dipx_ntoa.c49 union { union ipx_net net_e; u_long long_e; } net; local
56 net.net_e = addr.x_net;
57 sprintf(obuf, "%lx", (u_long)ntohl(net.long_e));
/freebsd-10.0-release/sys/dev/cs/
H A Dif_cs_isa.c42 #include <net/ethernet.h>
43 #include <net/if.h>
44 #include <net/if_arp.h>
/freebsd-10.0-release/sys/dev/sn/
H A Dif_sn_isa.c40 #include <net/ethernet.h>
41 #include <net/if.h>
42 #include <net/if_arp.h>
/freebsd-10.0-release/contrib/ipfilter/ipsend/
H A D44arp.c10 #include <net/if.h>
12 # include <net/if_var.h>
14 #include <net/if_dl.h>
15 #include <net/if_types.h>
17 # include <net/route.h>
H A Dsnit.c21 #include <net/nit.h>
24 #include <net/nit_if.h>
25 #include <net/nit_pf.h>
26 #include <net/nit_buf.h>
27 #include <net/packetfilt.h>
30 #include <net/if.h>
/freebsd-10.0-release/contrib/unbound/daemon/
H A Dacl_list.c76 socklen_t addrlen, int net, enum acl_access control,
84 if(!addr_tree_insert(&acl->tree, &node->node, addr, addrlen, net)) {
97 int net; local
112 if(!netblockstrtoaddr(str, UNBOUND_DNS_PORT, &addr, &addrlen, &net)) {
116 if(!acl_list_insert(acl, &addr, addrlen, net, control,
75 acl_list_insert(struct acl_list* acl, struct sockaddr_storage* addr, socklen_t addrlen, int net, enum acl_access control, int complain_duplicates) argument
/freebsd-10.0-release/sys/netinet/
H A Dsctp_output.c2851 struct sctp_nets *net,
2901 if (net) {
2902 cur_addr_num = net->indx_of_eligible_next_to_use;
2938 if (net) {
2940 net->indx_of_eligible_next_to_use = cur_addr_num + 1;
2989 if (net) {
2990 net->indx_of_eligible_next_to_use = cur_addr_num + 1;
2996 SCTPDBG_ADDR(SCTP_DEBUG_OUTPUT2, &net->ro._l_addr.sa);
3164 struct sctp_nets *net,
3260 if (net !
2850 sctp_choose_boundall(struct sctp_tcb *stcb, struct sctp_nets *net, sctp_route_t * ro, uint32_t vrf_id, uint8_t dest_is_priv, uint8_t dest_is_loop, int non_asoc_addr_ok, sa_family_t fam) argument
3161 sctp_source_address_selection(struct sctp_inpcb *inp, struct sctp_tcb *stcb, sctp_route_t * ro, struct sctp_nets *net, int non_asoc_addr_ok, uint32_t vrf_id) argument
3779 sctp_handle_no_route(struct sctp_tcb *stcb, struct sctp_nets *net, int so_locked) argument
3825 sctp_lowlevel_chunk_output(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_nets *net, struct sockaddr *to, struct mbuf *m, uint32_t auth_offset, struct sctp_auth_chunk *auth, uint16_t auth_keyid, int nofragment_flag, int ecn_ok, int out_of_asoc_ok, uint16_t src_port, uint16_t dest_port, uint32_t v_tag, uint16_t port, union sctp_sockstore *over_addr, uint8_t use_mflowid, uint32_t mflowid, int so_locked SCTP_UNUSED ) argument
4557 struct sctp_nets *net; local
5191 struct sctp_nets *net; local
5371 struct sctp_nets *net = NULL; local
6135 sctp_msg_append(struct sctp_tcb *stcb, struct sctp_nets *net, struct mbuf *m, struct sctp_sndrcvinfo *srcv, int hold_stcb_lock) argument
6418 struct sctp_nets *net; local
6782 sctp_clean_up_datalist(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_tmit_chunk **data_list, int bundle_at, struct sctp_nets *net) argument
7488 sctp_fill_outqueue(struct sctp_tcb *stcb, struct sctp_nets *net, int frag_point, int eeor_mode, int *quit_now, int so_locked SCTP_UNUSED ) argument
7588 sctp_move_chunks_from_net(struct sctp_tcb *stcb, struct sctp_nets *net) argument
7637 struct sctp_nets *net, *start_at, *sack_goes_to = NULL, *old_start_at = NULL; local
8800 sctp_send_cookie_echo(struct mbuf *m, int offset, struct sctp_tcb *stcb, struct sctp_nets *net) argument
8889 sctp_send_heartbeat_ack(struct sctp_tcb *stcb, struct mbuf *m, int offset, int chk_length, struct sctp_nets *net) argument
9005 sctp_send_shutdown_ack(struct sctp_tcb *stcb, struct sctp_nets *net) argument
9048 sctp_send_shutdown(struct sctp_tcb *stcb, struct sctp_nets *net) argument
9092 sctp_send_asconf(struct sctp_tcb *stcb, struct sctp_nets *net, int addr_locked) argument
9148 struct sctp_nets *net = NULL; local
9264 struct sctp_nets *net = NULL; local
9756 struct sctp_nets *net; local
9800 struct sctp_nets *net; local
10679 struct sctp_nets *net; local
10763 sctp_send_shutdown_complete(struct sctp_tcb *stcb, struct sctp_nets *net, int reflect_vtag) argument
11079 sctp_send_hb(struct sctp_tcb *stcb, struct sctp_nets *net, int so_locked SCTP_UNUSED ) argument
11181 sctp_send_ecn_echo(struct sctp_tcb *stcb, struct sctp_nets *net, uint32_t high_tsn) argument
11245 sctp_send_packet_dropped(struct sctp_tcb *stcb, struct sctp_nets *net, struct mbuf *m, int len, int iphlen, int bad_crc) argument
11393 sctp_send_cwr(struct sctp_tcb *stcb, struct sctp_nets *net, uint32_t high_tsn, uint8_t override) argument
11936 sctp_copy_it_in(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_sndrcvinfo *srcv, struct uio *uio, struct sctp_nets *net, int max_send_len, int user_marks_eor, int *error) argument
12100 struct sctp_nets *net; local
[all...]
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dnetdevice.h35 #include <net/if_types.h>
36 #include <net/if.h>
37 #include <net/if_var.h>
38 #include <net/if_dl.h>
44 #include <linux/net.h>
47 struct net { struct
50 extern struct net init_net;
/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dstartup.c55 #include <net/if.h>
56 #include <net/if_dl.h>
239 struct sockaddr_ipx net; local
249 /* Search for interfaces with the same net */
262 bzero(&net, sizeof(net));
263 net.sipx_family = AF_IPX;
264 net.sipx_len = sizeof (net);
265 net
[all...]
/freebsd-10.0-release/usr.sbin/timed/timed/
H A Dtimed.c46 #include <net/if.h>
79 long net; member in struct:nets
91 static char *goodgroup; /* net group of trusted hosts */
181 errx(1, "only one net group");
246 nt->net = inet_network(nt->name);
247 if (nt->net != INADDR_NONE)
248 nentp = getnetbyaddr(nt->net, AF_INET);
251 nt->net = nentp->n_net;
252 } else if (nt->net == INADDR_NONE) {
253 errx(1, "unknown net
451 suppress(struct sockaddr_in *addr, char *name, struct netinfo *net) argument
628 makeslave(struct netinfo *net) argument
[all...]
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dsources36 $(ADF)\include\net; \
39 $(ADF)\net\win_nwf; \
41 $(SDXROOT)\net\inc; \
/freebsd-10.0-release/sys/dev/etherswitch/arswitch/
H A Darswitch_reg.c39 #include <net/if.h>
40 #include <net/if_arp.h>
41 #include <net/ethernet.h>
42 #include <net/if_dl.h>
43 #include <net/if_media.h>
44 #include <net/if_types.h>

Completed in 171 milliseconds

1234567891011>>