Searched refs:proto (Results 226 - 250 of 272) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrd.c359 do_one(char *provider, char *proto, struct protob *protobp0, argument
374 protobp0->serv, provider ? provider : proto);
385 protobp0->serv, provider ? provider : proto);
1091 * Create a new transport endpoint for the same proto as
1787 "proto %s: t_errno = %d, %m", nconf->nc_proto,
/illumos-gate/usr/src/uts/common/inet/
H A Dkstatcom.h168 kstat_named_t proto; member in struct:ipRouteEntry_named_kstat
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c2282 uint8_t proto = l3info->l3_protocol; local
2294 return ((l4info->l4_hash_port ^ (proto << 4)) % ft->ft_size);
2310 uint8_t proto = l3info->l3_protocol; local
2327 switch (proto) {
/illumos-gate/usr/src/head/
H A Dnss_dbdefs.h432 const char *proto; member in struct:nss_XbyY_key::__anon160
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c346 i_parseport(char *port, char *proto, int *flags) argument
357 se = getservbyname(port, proto);
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c562 sockets[k].proto == sockets[sock_id].proto &&
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c807 rdsv3_create(int family, int type, int proto, sock_downcalls_t **sock_downcalls, argument
813 RDSV3_DPRINTF4("rdsv3_create", "Enter (family: %d type: %d, proto: %d "
814 "flags: %d", family, type, proto, flags);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c57 #include "os-proto.h"
1094 const char *name, const char *proto,
1107 code = krb5int_make_srv_query_realm(realm, name, proto, &head);
1092 krb5_get_servername(krb5_context context, const krb5_data *realm, const char *name, const char *proto, char *srvhost, unsigned short *port) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c1176 pf_matchfn(const char *proto) argument
1181 if (strcmp(proto, dl.dl_net_map_tbl[i].nmt_name) == 0) {
1388 if (EQ("proto")) {
1391 pr_err("IP proto type expected");
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c1922 int proto; local
1933 proto = ASYN_PROTOCOL;
1942 proto = OUTD_PROTOCOL;
1953 proto = OUTD_PROTOCOL;
1977 uqi->sm_protocol = proto;
1979 sm_dbg('A', ("ok_to_open (0x%p, %d) proto=%d rval %d (wabort=%d)",
2134 sm_dbg('C', ("open(0x%p, %d, 0x%x) :- unit=%d, proto=%d, uqi=0x%p\n",
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c983 sa_family_t af, uint32_t *addr, uint16_t port, uint8_t proto, int prefix)
999 addrext->sadb_address_proto = proto;
5502 uint8_t proto, pfxlen; local
5578 proto = (ipsl->ipsl_valid & IPSL_PROTOCOL) ?
5582 af, saddrptr, lport, proto, pfxlen);
5600 af, daddrptr, rport, proto, pfxlen);
5611 * Meanwhile, whack proto/ports to reflect IP-in-IP for the
5614 proto = sel->ips_protocol; /* Either _ENCAP or _IPV6 */
5617 proto = 0;
5623 proto
982 sadb_make_addr_ext(uint8_t *start, uint8_t *end, uint16_t exttype, sa_family_t af, uint32_t *addr, uint16_t port, uint8_t proto, int prefix) argument
[all...]
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c346 * make_security_list(group, securitymodes, proto)
354 make_security_list(sa_group_t group, char *securitymodes, char *proto) argument
370 check = sa_get_security(group, tok, proto);
379 group, tok, proto);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A DgssapiP_krb5.h210 int proto; member in struct:_krb5_gss_ctx_id_rec
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dk5sealv3.c368 ASSERT(ctx->proto == 1);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c497 dt_node_t *anp, *proto = NULL; local
552 if (proto != NULL) {
553 dt_printa_validate(proto, anp);
555 proto = anp;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_rules.c301 rl->rl_proto = kcmd.proto;
965 kcmd->proto = irl->irl_proto;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/
H A Dvrrpd.c3586 int af, proto; local
3615 proto = (af == AF_INET ? IPPROTO_IP : IPPROTO_IPV6);
3641 if (setsockopt(pif->vvi_sockfd, proto, MCAST_JOIN_GROUP, &greq,
3663 if (setsockopt(pif->vvi_sockfd, proto, IPV6_RECVPKTINFO,
3675 if (setsockopt(pif->vvi_sockfd, proto,
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c1668 trill_create(int family, int type, int proto, sock_downcalls_t **sock_downcalls, argument
1673 if (family != AF_TRILL || type != SOCK_DGRAM || proto != 0) {
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx.h2221 __in uint8_t proto,
2228 __in uint8_t proto,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c196 unsigned char proto; member in struct:__anon10
880 p += snprintf(p, rdb + rdb_size - p, "%d %d %d %u", swap16(rrkey->flags), rrkey->proto,
/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c584 secpolicy_net_privaddr(const cred_t *cr, in_port_t port, int proto) argument
626 KLPDARG_PORT, (int)proto, (int)port, KLPDARG_NOMORE));
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dalt_prof.c60 #include <os-proto.h>
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c407 {"proto", TOK_ulp, SPD_EXT_PROTO},
480 {"proto-unr", ICMP_UNREACH_PROTOCOL},
1041 /* proto */
1748 print_ulp(uint8_t proto) argument
1752 if (proto == 0)
1758 pe = getprotobynumber(proto);
1763 (void) printf("%d ", proto);
2312 (void) printf("proto:spd_proto_exttype %d\n",
2314 (void) printf("proto:spd_proto_number %d\n",
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c3474 /* proto - IP version to flush (4, 6, or both) */
3491 static int fr_state_flush(flush_option, proto, ifs)
3492 int flush_option, proto;
3508 if ((proto != 0) && (is->is_v != proto))
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe.h913 boolean_t BnxeProtoSupport(um_device_t * pUM, int proto);

Completed in 233 milliseconds

1234567891011