Searched refs:proto (Results 276 - 300 of 578) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3cdrom.c127 uint32_t proto; /* enum lv1_ata_proto */ member in struct:lv1_atapi_cmd
618 atapi_cmd.proto = (ccb->csio.dxfer_len >= 2048) ?
622 atapi_cmd.proto = (ccb->csio.dxfer_len >= 2048) ?
625 atapi_cmd.proto = NON_DATA_PROTO;
/freebsd-11-stable/include/rpcsvc/
H A Dyp_prot.h121 u_int proto; member in struct:ypreq_xfr
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h265 * proto - Bitfield of allowed protocols, WPA_PROTO_*
267 int proto; member in struct:wpa_ssid
399 * WEP) and WPA-PSK (with proto=RSN). In addition, key_mgmt=WPA-NONE
402 * options: proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or
H A Dwps_supplicant.c229 if (ie == NULL && (ssid->proto & WPA_PROTO_WPA) &&
253 if (wpa2 && !(ssid->proto & WPA_PROTO_RSN) &&
254 (ssid->proto & WPA_PROTO_WPA) &&
259 ssid->proto |= WPA_PROTO_RSN;
261 ssid->proto = WPA_PROTO_RSN;
340 new_ssid->proto |= ssid->proto;
344 * proto and pairwise_cipher difference matter for
347 if (ssid->proto != new_ssid->proto ||
[all...]
/freebsd-11-stable/sys/net/
H A Dif_stf.c315 stf_encapcheck(const struct mbuf *m, int off, int proto, void *arg) argument
333 if (proto != IPPROTO_IPV6)
613 in_stf_input(struct mbuf **mp, int *offp, int proto) argument
626 if (proto != IPPROTO_IPV6) {
/freebsd-11-stable/sys/netinet/
H A Dip_fw.h485 int proto; /* protocol: tcp/udp */ member in struct:cfg_redir
540 uint32_t proto; /* protocol: tcp/udp */ member in struct:nat44_cfg_redir
685 uint8_t proto; member in struct:ipfw_flow_id
852 uint8_t proto; member in struct:tflow_entry
H A Dudp_usrreq.c378 udp_input(struct mbuf **mp, int *offp, int proto) argument
420 cscov_partial = (proto == IPPROTO_UDPLITE) ? 1 : 0;
444 if (proto == IPPROTO_UDPLITE && (len == 0 || len == ip_len)) {
455 if (proto == IPPROTO_UDP)
481 m->m_pkthdr.csum_data + proto));
488 ((struct ipovly *)ip)->ih_len = (proto == IPPROTO_UDP) ?
499 if (proto == IPPROTO_UDP) {
509 pcbinfo = udp_get_inpcbinfo(proto);
517 pcblist = udp_get_pcblist(proto);
1565 udp_attach(struct socket *so, int proto, struc argument
[all...]
/freebsd-11-stable/contrib/xz/src/common/
H A Dtuklib_physmem.c38 # include <proto/exec.h>
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c143 { "proto-unr", ICMP_UNREACH, ICMP_UNREACH_PROTOCOL },
316 print_port(u_int8_t op, u_int16_t p1, u_int16_t p2, const char *proto, int numeric) argument
322 s = getservbyport(p1, proto);
362 sa_family_t af, u_int8_t proto, int verbose, int numeric)
383 proto == IPPROTO_TCP ? "tcp" : "udp",
396 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
361 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...]
H A Dpfctl_optimize.c165 PF_RULE_FIELD(proto, NOMERGE),
251 { "proto", PF_SKIP_PROTO, skip_cmp_proto }, \
389 * since they aren't actually checked on a proto mismatch in
391 * XXX should i treat proto=0, af=0 or dir=0 special in skepstep
1075 /* XXX if (a->proto != b->proto && a->proto != 0 && b->proto != 0
1076 * && (a->proto == IPPROTO_TCP || a->proto
[all...]
/freebsd-11-stable/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-11-stable/crypto/heimdal/appl/test/
H A Dgssapi_server.c135 proto (int sock, const char *service) function
329 ret = proto (sock2, service);
/freebsd-11-stable/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-11-stable/sys/netipsec/
H A Dkeysock.c278 key_attach(struct socket *so, int proto, struct thread *td) argument
297 error = raw_attach(so, proto);
H A Dsubr_ipsec.c286 int offset, int proto), METHOD_ARGS(m, offset, proto)
H A Dxform_tcp.c260 saidx.proto = IPPROTO_TCP;
300 saidx.proto = IPPROTO_TCP;
/freebsd-11-stable/stand/libsa/
H A Drpc.c377 n_long proto; /* call protocol */ member in struct:args
410 args->proto = htonl(IPPROTO_UDP);
/freebsd-11-stable/contrib/ipfilter/ipsend/
H A Dipsend.c146 u_char proto; member in struct:pseudoh::hdr
157 ph.h.proto = IPPROTO_UDP;
/freebsd-11-stable/sys/netinet6/
H A Draw_ip6.c157 rip6_input(struct mbuf **mp, int *offp, int proto) argument
179 in6p->inp_ip_p != proto)
202 in6_cksum(m, proto, *offp,
325 if (proto == IPPROTO_NONE)
637 rip6_attach(struct socket *so, int proto, struct thread *td) argument
665 inp->inp_ip_p = (long)proto;
/freebsd-11-stable/sys/cam/ata/
H A Data_all.c429 const char *proto; local
436 proto = (ident_data->config == ATA_PROTO_CFA) ? "CFA" :
439 snprintf(ata, sizeof(ata), "%s", proto);
441 snprintf(ata, sizeof(ata), "%s-%d", proto,
444 snprintf(ata, sizeof(ata), "%s8-ACS", proto);
447 ata_version(ident_data->version_major) - 7, proto);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c537 enum protocol_type proto,
544 struct ecore_tid_seg *p_seg = &p_mngr->conn_cfg[proto].tid_seg[seg];
2173 enum protocol_type proto; local
2208 proto = PROTOCOLID_IWARP;
2213 proto = PROTOCOLID_ROCE;
2222 ecore_cxt_set_proto_cid_count(p_hwfn, proto,
2348 u32 proto, seg, total_lines, i, shadow_line; local
2356 proto = PROTOCOLID_FCOE;
2360 proto = PROTOCOLID_ISCSI;
2372 p_seg_info = &p_mngr->conn_cfg[proto]
536 ecore_cxt_set_proto_tid_count(struct ecore_hwfn *p_hwfn, enum protocol_type proto, u8 seg, u8 seg_type, u32 count, bool has_fl) argument
2647 u32 proto, seg; local
[all...]
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_common.c1199 data->proto = WPA_PROTO_RSN;
1232 data->proto = WPA_PROTO_OSEN;
1401 data->proto = WPA_PROTO_WPA;
1980 * @proto: WPA/WPA2 version (WPA_PROTO_*)
1983 const char * wpa_key_mgmt_txt(int key_mgmt, int proto) argument
1987 if (proto == (WPA_PROTO_RSN | WPA_PROTO_WPA))
1989 return proto == WPA_PROTO_RSN ?
1992 if (proto == (WPA_PROTO_RSN | WPA_PROTO_WPA))
1994 return proto == WPA_PROTO_RSN ?
2115 if (ie1d.proto
2303 wpa_cipher_to_suite(int proto, int cipher) argument
[all...]
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dpreload.c156 char line[120], prog[64], dom[16], type[16], proto[16]; local
166 if (sscanf(line, "%64s%16s%16s%16s", prog, dom, type, proto) != 4)
203 if (!strcasecmp(proto, "TCP") ||
204 !strcasecmp(proto, "IPPROTO_TCP")) {
206 } else if (!strcasecmp(proto, "UDP") ||
207 !strcasecmp(proto, "IPPROTO_UDP")) {
209 } else if (strcmp(proto, "*")) {
/freebsd-11-stable/contrib/blacklist/bin/
H A Dconf.c200 // XXX: Pass in the proto instead
834 snprintf(buf, len, "%starget:%s, proto:%s, family:%s, "
1005 int proto; local
1019 slen = sizeof(proto);
1020 if (getsockopt(fd, SOL_SOCKET, SO_TYPE, &proto, &slen) == -1) {
1030 switch (proto) {
1038 (*lfun)(LOG_ERR, "unsupported protocol %d", proto);
/freebsd-11-stable/usr.sbin/ppp/
H A Dipv6cp.c77 #include "proto.h"
651 protoname(unsigned proto) argument
655 if (proto > 0 && proto <= sizeof cftypes / sizeof *cftypes)
656 return cftypes[proto - 1];
658 return NumStr(proto, NULL, 0);

Completed in 404 milliseconds

<<11121314151617181920>>