Searched refs:proto (Results 251 - 275 of 462) sorted by relevance

<<111213141516171819

/freebsd-10.0-release/contrib/gcc/
H A Dstub-objc.c112 objc_start_protocol (tree ARG_UNUSED (proto),
/freebsd-10.0-release/contrib/libpcap/
H A Dgencode.h270 unsigned char proto; member in struct:qual
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dibss_rsn.c55 static int supp_ether_send(void *ctx, const u8 *dest, u16 proto, const u8 *buf, argument
61 wpa_printf(MSG_DEBUG, "SUPP: %s(dest=" MACSTR " proto=0x%04x "
63 __func__, MAC2STR(dest), proto, (unsigned long) len);
66 return l2_packet_send(wpa_s->l2, dest, proto, buf, len);
68 return wpa_drv_send_eapol(wpa_s, dest, proto, buf, len);
/freebsd-10.0-release/include/rpcsvc/
H A Dyp_prot.h121 u_int proto; member in struct:ypreq_xfr
/freebsd-10.0-release/sbin/hastd/
H A Dhast_proto.c43 #include <proto.h>
H A Dproto_socketpair.c223 static struct proto sp_proto = {
/freebsd-10.0-release/sys/dev/cxgbe/
H A Dt4_ioctl.h161 uint8_t proto; /* protocol type */ member in struct:t4_filter_tuple
/freebsd-10.0-release/sys/dev/usb/net/
H A Dif_usievar.h143 uint8_t proto; member in struct:usie_lsi
/freebsd-10.0-release/sys/net/
H A Dif_sppp.h64 u_short proto; /* authentication protocol to use */ member in struct:sauth
159 struct callout ch[IDX_COUNT]; /* per-proto and if callouts */
/freebsd-10.0-release/sys/netgraph/
H A Dng_deflate.c542 uint16_t proto; local
568 /* Separate proto. */
570 proto = priv->inbuf[0];
573 proto = be16dec(priv->inbuf);
580 if (proto == PROT_COMPD) {
/freebsd-10.0-release/sys/netipx/
H A Dipx_usrreq.c107 static int ipx_attach(struct socket *so, int proto, struct thread *td);
117 static int ripx_attach(struct socket *so, int proto, struct thread *td);
465 ipx_attach(struct socket *so, int proto, struct thread *td) argument
655 ripx_attach(struct socket *so, int proto, struct thread *td) argument
/freebsd-10.0-release/sys/powerpc/ps3/
H A Dps3cdrom.c128 uint32_t proto; /* enum lv1_ata_proto */ member in struct:lv1_atapi_cmd
619 atapi_cmd.proto = (ccb->csio.dxfer_len >= 2048) ?
623 atapi_cmd.proto = (ccb->csio.dxfer_len >= 2048) ?
626 atapi_cmd.proto = NON_DATA_PROTO;
/freebsd-10.0-release/usr.bin/netstat/
H A Dnetgraph.c66 int proto __unused)
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl_parser.c141 { "proto-unr", ICMP_UNREACH, ICMP_UNREACH_PROTOCOL },
322 print_port(u_int8_t op, u_int16_t p1, u_int16_t p2, const char *proto, int numeric) argument
328 s = getservbyport(p1, proto);
368 sa_family_t af, u_int8_t proto, int verbose, int numeric)
389 proto == IPPROTO_TCP ? "tcp" : "udp",
402 proto == IPPROTO_TCP ? "tcp" : "udp",
802 if (r->proto) {
805 if ((p = getprotobynumber(r->proto)) != NULL)
806 printf(" proto %s", p->p_name);
808 printf(" proto
367 print_fromto(struct pf_rule_addr *src, pf_osfp_t osfp, struct pf_rule_addr *dst, sa_family_t af, u_int8_t proto, int verbose, int numeric) argument
[all...]
/freebsd-10.0-release/contrib/ipfilter/ipsend/
H A Dipsend.c170 u_char proto; member in struct:pseudoh::hdr
181 ph.h.proto = IPPROTO_UDP;
/freebsd-10.0-release/contrib/wpa/src/l2_packet/
H A Dl2_packet_freebsd.c55 int l2_packet_send(struct l2_packet_data *l2, const u8 *dst_addr, u16 proto, argument
65 eth->h_proto = htons(proto);
125 "ether proto 0x%x",
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/tests/
H A Dtest_wpa.c73 static int supp_ether_send(void *ctx, const u8 *dest, u16 proto, const u8 *buf, argument
78 wpa_printf(MSG_DEBUG, "SUPP: %s(dest=" MACSTR " proto=0x%04x "
80 __func__, MAC2STR(dest), proto, (unsigned long) len);
/freebsd-10.0-release/crypto/heimdal/appl/test/
H A Dgssapi_server.c135 proto (int sock, const char *service) function
329 ret = proto (sock2, service);
/freebsd-10.0-release/crypto/openssh/regress/
H A DMakefile19 proto-version \
20 proto-mismatch \
/freebsd-10.0-release/lib/libstand/
H A Drpc.c380 n_long proto; /* call protocol */ member in struct:args
417 args->proto = htonl(IPPROTO_UDP);
/freebsd-10.0-release/sys/netinet/
H A Dip_fw.h411 int proto; /* protocol: tcp/udp */ member in struct:cfg_redir
539 uint8_t proto; member in struct:ipfw_flow_id
/freebsd-10.0-release/sys/nfs/
H A Dkrpc_subr.c141 u_int32_t proto; /* call protocol */ member in struct:sdata
164 sdata->proto = txdr_unsigned(IPPROTO_UDP);
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c113 eh.ether_type = ih->proto;
124 ipoib_mtap_proto(struct ifnet *ifp, struct mbuf *mb, uint16_t proto) argument
128 eh.ether_type = proto;
1357 (void)memcpy(&eh->proto, &type, sizeof(eh->proto));
1375 ipoib_demux(struct ifnet *ifp, struct mbuf *m, u_short proto) argument
1395 switch (proto) {
1459 ipoib_demux(ifp, m, ntohs(eh->proto));
/freebsd-10.0-release/sys/netinet6/
H A Draw_ip6.c159 rip6_input(struct mbuf **mp, int *offp, int proto) argument
187 in6p->inp_ip_p != proto)
209 if (in6_cksum(m, proto, *offp,
329 if (proto == IPPROTO_NONE)
662 rip6_attach(struct socket *so, int proto, struct thread *td) argument
690 inp->inp_ip_p = (long)proto;
/freebsd-10.0-release/sys/netipsec/
H A Dxform_ah.c276 ah_massage_headers(struct mbuf **m0, int proto, int skip, int alg, int out) argument
292 switch (proto) {
647 if (tdbi->proto == sav->sah->saidx.proto &&
707 tc->tc_proto = sav->sah->saidx.proto;
1107 tc->tc_proto = sav->sah->saidx.proto;

Completed in 335 milliseconds

<<111213141516171819