Searched refs:proto (Results 151 - 175 of 272) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h248 uint32_t ipsa_kmp; /* key management proto */
625 * sign extension of dstport, proto, and iproto.
632 * | MUST-BE-ZERO |<iprot>|<proto>| <src port> | <dest port> |
637 * the outer addresses (transport mode). Tunnel mode MUST have <proto>
640 #define SA_UNIQUE_ID(srcport, dstport, proto, iproto) \
642 ((uint64_t)(proto) << 32U) | ((uint64_t)(iproto) << 40U))
649 #define SA_UNIQUE_MASK(srcport, dstport, proto, iproto) \
652 (proto != 0) ? 0xff : 0, \
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier-objects.h114 uint8_t proto; /* protocol key, exact or 0 for wildcard */ member in struct:ipgpc_filter_s
/illumos-gate/usr/src/cmd/sgs/
H A DMakefile173 $(RM) -r proto/$(MACH)
H A DMakefile.com76 # Establish the local tools, proto and package area.
79 SGSPROTO = $(SGSHOME)/proto/$(MACH)
134 # link-editor, rather than the local proto link-editor.
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DMakefile35 COMMONM4FILES= m4/version.m4 m4/cf.m4 m4/cfhead.m4 m4/proto.m4 \
112 $(ROOTETCMAILCF)/m4/proto.m4 \
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h922 uint32_t proto:1; member in struct:_flow_class_key_ip_t::__anon8254::__anon8255
928 uint32_t proto:1;
1157 uint32_t proto : 8; /* 103 : 96 */ member in struct:tcam_ipv4
1165 uint32_t proto : 8; /* 103 : 96 */
1275 #define ip4_proto_key key.ipv4_e.proto
1284 #define ip4_proto_mask mask.ipv4_e.proto
1513 uint32_t proto : 8; /* 31 : 24 */ member in struct:_hash_ports::_ports_bits
1519 uint32_t proto : 8; /* 31 : 24 */
/illumos-gate/usr/src/boot/lib/libstand/
H A Drpc.c380 n_long proto; /* call protocol */ member in struct:args
417 args->proto = htonl(IPPROTO_UDP);
H A Dpkgfs.c161 pkgfs_init(const char *pkgname, struct fs_ops *proto) argument
166 if (proto != &pkgfs_fsops)
169 exclusive_file_system = proto;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_rpcb_pxy.c1122 /* Decode netid/proto stored at p and record its numeric value. */
1165 /* proto(I) - transport protocol for new entries */
1172 ippr_rpcb_getnat(fin, nat, proto, port, ifsrpcb)
1175 u_int proto;
1194 fi.fin_p = proto;
1202 if (proto == IPPROTO_TCP) {
1232 natl = nat_inlookup(&fi, nflags, proto, fi.fin_src, fi.fin_dst);
1257 ipn->in_p = proto;
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c427 ipv4_raw_socket(struct inetboot_socket *isp, uint8_t proto) argument
430 if (proto == 0)
431 isp->proto = IPPROTO_IP;
433 isp->proto = proto;
1008 iphp->ip_p = sockets[index].proto;
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c984 drmach_device_t proto; local
1012 bzero(&proto, sizeof (proto));
1013 proto.type = drmach_name2type[i].type;
1014 proto.bp = bp;
1015 proto.node = node;
1016 proto.portid = portid;
1018 return (drmach_name2type[i].new(&proto, idp));
1259 drmach_io_new(drmach_device_t *proto, drmachid_t *idp) argument
1265 portid = proto
1818 drmach_cpu_new(drmach_device_t *proto, drmachid_t *idp) argument
2211 drmach_mem_new(drmach_device_t *proto, drmachid_t *idp) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c742 if ((str_opt(&m, "proto", &nfs_proto)) == -1) {
916 * If no proto was there we advise on trying RDMA.
1026 "with proto %s "
1194 * If no proto was there we advise on trying RDMA.
2764 struct netconfig **nconfp, char *proto, ushort_t port,
2771 nconfp, proto, port, tinfo, NULL, FALSE, NULL, &cstat));
2776 struct netconfig **nconfp, char *proto, ushort_t port,
2782 mfssnego, nconfp, proto, port, tinfo, fhp, get_pubfh, fspath,
2807 char *proto,
2833 * First choice is COTS, second is CLTS unless proto
2763 get_addr(char *hostname, rpcprog_t prog, rpcvers_t vers, struct netconfig **nconfp, char *proto, ushort_t port, struct t_info *tinfo) argument
2775 get_pubfh(char *hostname, rpcvers_t vers, mfs_snego_t *mfssnego, struct netconfig **nconfp, char *proto, ushort_t port, struct t_info *tinfo, caddr_t *fhp, bool_t get_pubfh, char *fspath) argument
2800 get_server_netinfo( enum type_of_stuff type_of_stuff, char *hostname, rpcprog_t prog, rpcvers_t vers, mfs_snego_t *mfssnego, struct netconfig **nconfp, char *proto, ushort_t port, struct t_info *tinfo, caddr_t *fhp, bool_t direct_to_server, char *fspath, enum clnt_stat *cstatp) argument
3171 pingnfs( char *hostpart, int attempts, rpcvers_t *versp, rpcvers_t versmin, ushort_t port, bool_t usepub, char *path, char *proto) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c268 sockpfp_create(int family, int type, int proto, argument
298 if (accepted_protos[i][0] == proto) {
311 if (proto < 0x800) {
315 newproto = proto;
317 proto = newproto;
327 ps->ps_proto = proto;
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c314 struct di_devlink_handle *hdp, proto = {0}; local
407 proto.dev_dir = dev_dir;
408 proto.db_dir = db_dir;
409 proto.flags = flags;
410 proto.lock_fd = -1;
417 if (HDL_RDWR(&proto)) {
418 if (enter_db_lock(&proto, root_dir) != 1) {
423 DB(&proto)->db_fd = -1;
430 *hdp = proto;
434 * in the dev_dir field (obtained from the proto handl
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c510 {"proto", TOK_PROTO, NEXTNUM},
1191 * proto: IP protocol number if specified
1671 uint8_t proto = 0, iproto = 0; local
1924 if (proto != 0) {
1930 proto = parsenum(*argv, B_TRUE, ebuf);
2759 if (proto != 0 && proto != IPPROTO_ENCAP &&
2760 proto != IPPROTO_IPV6) {
2763 "for use with Tunnel-Mode SA.\n"), proto);
2846 dst->sadb_address_proto = proto;
2986 uint8_t proto = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c1178 tcam_ptr->ip4_proto_key = fspec_key->proto;
1179 tcam_ptr->ip4_proto_mask = fspec_mask->proto;
1313 if (uspec->proto == l3_ucls_p->pid) {
1341 umask->tos, uspec->proto, ipv6);
1351 l3_ucls_p->pid = uspec->proto;
1357 uspec->proto == l3_ucls_p->pid) {
1367 umask->tos, uspec->proto, ipv6);
1376 l3_ucls_p->pid = uspec->proto;
1385 "for pid %d", uspec->proto));
1804 uint8_t tos, tos_mask, proto, ve local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c920 ctx->proto = 0;
971 ctx->proto = 1;
985 KRB5_LOG1(KRB5_ERR, "accept_sec_context: subkey enctype = %d proto = %d",
986 ctx->subkey->enctype, ctx->proto);
1013 (ctx->gss_flags & GSS_C_SEQUENCE_FLAG) != 0, ctx->proto);
1025 if (ctx->proto == 1)
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c988 const char *proto; local
1039 proto = "udp";
1042 proto = "tcp";
1045 proto = NULL;
1049 if ((sp = getservbyname(servname, proto)) == NULL)
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat_y.y107 %type <num> hexnumber compare range proto
281 proxy: | IPNY_PROXY IPNY_PORT portspec YY_STR '/' proto
291 | IPNY_PROXY IPNY_PORT YY_STR YY_STR '/' proto
305 | proto { if (nat->in_p != 0 ||
713 proto: YY_NUMBER { $$ = $1; } label
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c465 int flags, proto, alg, len, dlen; local
485 * flags, proto, alg stored as decimal (or hex numbers FIXME).
534 if (fscanf(fp, "%d %d %d", &flags, &proto, &alg) != 3) {
535 EREPORT(("dst_read_public_key(): Can not read flag/proto/alg field from %s\n"
569 /* return dst_store_public_key(in_name, alg, proto, 666, flags, deckey,
571 return dst_buffer_to_key(in_name, alg, flags, proto, deckey, dlen);
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dk5unseal.c690 if (ctx->proto)
710 !ctx->proto);
716 if (ctx->proto == 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c800 np_up(unit, proto)
801 int unit, proto;
862 np_down(unit, proto)
863 int unit, proto;
876 np_finished(unit, proto)
877 int unit, proto;
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c440 "couldn't set NODELAY option for proto %s: t_errno = %d, %m",
552 do_one(char *provider, NETSELDECL(proto), struct protob *protobp0,
568 sock = bind_to_proto(proto, protobp0->serv, &retaddr,
574 protobp0->serv, provider ? provider : proto);
1342 * Create a new transport endpoint for the same proto as
1668 bind_to_proto(NETSELDECL(proto), char *serv, struct netbuf **addr,
1683 if (OK_TPI_TYPE(nconf) && NETSELEQ(nconf->nc_proto, proto)) {
1692 proto);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_fip.c489 fip_proto_t *proto; local
525 proto = &login->lg_proto_version;
526 proto->pr_version = FIP_PROTO_VERSION;
625 fip_proto_t *proto; local
657 proto = &ka->ka_proto_version;
658 proto->pr_version = FIP_PROTO_VERSION;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dtlx.c322 "instance %s, proto %s: %s"), tlx_info->dev_name,
323 fmri, tlx_info->pr_info.proto, t_strerror(t_errno));
370 "for instance %s, proto %s"), fmri,
371 tlx_info->pr_info.proto);

Completed in 2229 milliseconds

1234567891011