Home
last modified time | relevance | path

Searched refs:proto (Results 176 – 200 of 422) sorted by relevance

12345678910>>...17

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c988 const char *proto; in get_port() local
1039 proto = "udp"; in get_port()
1042 proto = "tcp"; in get_port()
1045 proto = NULL; in get_port()
1049 if ((sp = getservbyname(servname, proto)) == NULL) in get_port()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c921 ctx->proto = 0;
972 ctx->proto = 1;
987 ctx->subkey->enctype, ctx->proto);
1014 (ctx->gss_flags & GSS_C_SEQUENCE_FLAG) != 0, ctx->proto);
1026 if (ctx->proto == 1)
/illumos-gate/usr/src/cmd/sgs/test/
H A DREADME19 expect to be given a path to the proto area.
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dast-open.pkg2 ksh93 kshlib pax html proto bzip libast libardir libcmd libdll \
H A Dast-base.pkg2 ksh93 pax html proto bzip tw builtin libast libardir libcmd \
/illumos-gate/usr/src/cmd/sendmail/cf/cf/
H A Dsubmit.mc21 define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
/illumos-gate/usr/src/tools/env/
H A Dillumos.sh308 SMATCHBIN=$CODEMGR_WS/usr/src/tools/proto/root_$MACH-nd/opt/onbld/bin/$MACH/smatch
/illumos-gate/exception_lists/
H A Dpackaging41 # The following entries are built in the /proto area
160 # a customer should ever see. They are installed in the proto area by
185 # These files are installed in the proto area by the build of libdhcpagent
211 # These files are installed in the proto area by the build of libinetsvc,
218 # These files are installed in the proto area by the build of libinetutil,
333 # The following files are installed in the proto area
396 # These files are installed in the proto area for Solaris scsi_vhci driver
402 # This library is installed in the proto area by the build of libdisasm, and is
580 # directory is created in the proto area to keep other tools happy.
/illumos-gate/usr/src/boot/libsa/
H A Drpc.c377 n_long proto; /* call protocol */ in rpc_getport() member
410 args->proto = htonl(IPPROTO_UDP); in rpc_getport()
/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/cmd/lp/model/
H A DMakefile50 MISC = alert.proto
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c1170 tcam_ptr->ip4_proto_key = fspec_key.proto; in nxge_fill_tcam_entry_ip_usr()
1171 tcam_ptr->ip4_proto_mask = fspec_mask.proto; in nxge_fill_tcam_entry_ip_usr()
1308 if (uspec.proto == l3_ucls_p->pid) { in nxge_add_tcam_entry()
1336 umask.tos, uspec.proto, ipv6); in nxge_add_tcam_entry()
1346 l3_ucls_p->pid = uspec.proto; in nxge_add_tcam_entry()
1352 uspec.proto == l3_ucls_p->pid) { in nxge_add_tcam_entry()
1362 umask.tos, uspec.proto, ipv6); in nxge_add_tcam_entry()
1371 l3_ucls_p->pid = uspec.proto; in nxge_add_tcam_entry()
1380 "for pid %d", uspec.proto)); in nxge_add_tcam_entry()
1801 uint8_t tos, tos_mask, proto, ver = 0; in nxge_fflp_ip_usr_class_config() local
[all …]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c315 struct di_devlink_handle *hdp, proto = {0}; in handle_alloc() local
408 proto.dev_dir = dev_dir; in handle_alloc()
409 proto.db_dir = db_dir; in handle_alloc()
410 proto.flags = flags; in handle_alloc()
411 proto.lock_fd = -1; in handle_alloc()
418 if (HDL_RDWR(&proto)) { in handle_alloc()
419 if (enter_db_lock(&proto, root_dir) != 1) { in handle_alloc()
424 DB(&proto)->db_fd = -1; in handle_alloc()
431 *hdp = proto; in handle_alloc()
440 if ((hdp->dev_dir = strdup(proto.dev_dir)) == NULL) { in handle_alloc()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c1243 int proto; in setup_socket() local
1316 proto = IPPROTO_RAW; in setup_socket()
1320 proto = IPPROTO_ICMP; in setup_socket()
1322 proto = IPPROTO_ICMPV6; in setup_socket()
1325 proto = IPPROTO_UDP; in setup_socket()
1327 ssock = socket(pr->family, type, proto); in setup_socket()
1330 if (proto == IPPROTO_RAW) { in setup_socket()
1333 } else if (proto == IPPROTO_UDP) { in setup_socket()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c552 do_one(char *provider, NETSELDECL(proto), struct protob *protobp0, in do_one() argument
568 sock = bind_to_proto(proto, protobp0->serv, &retaddr, in do_one()
574 protobp0->serv, provider ? provider : proto); in do_one()
1668 bind_to_proto(NETSELDECL(proto), char *serv, struct netbuf **addr, in bind_to_proto() argument
1683 if (OK_TPI_TYPE(nconf) && NETSELEQ(nconf->nc_proto, proto)) { in bind_to_proto()
1692 proto); in bind_to_proto()
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_fip.c489 fip_proto_t *proto; in eib_fip_make_login() local
525 proto = &login->lg_proto_version; in eib_fip_make_login()
526 proto->pr_version = FIP_PROTO_VERSION; in eib_fip_make_login()
625 fip_proto_t *proto; in eib_fip_make_update() local
657 proto = &ka->ka_proto_version; in eib_fip_make_update()
658 proto->pr_version = FIP_PROTO_VERSION; in eib_fip_make_update()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat_y.y105 %type <num> hexnumber compare range proto
279 proxy: | IPNY_PROXY IPNY_PORT portspec YY_STR '/' proto
289 | IPNY_PROXY IPNY_PORT YY_STR YY_STR '/' proto
303 | proto { if (nat->in_p != 0 ||
711 proto: YY_NUMBER { $$ = $1; }
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.h143 uint16_t proto; /* protocol number */ member
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dwrap_size_limit.c143 if (ctx->proto == 1) {
H A Dk5unseal.c691 if (ctx->proto)
711 !ctx->proto);
717 if (ctx->proto == 0) {
/illumos-gate/usr/src/cmd/ast/tools/
H A DMakefile18 CTOOLS= proto lcgen
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c811 uint8_t *proto; in oce_send_packet() local
813 proto = (uint8_t *)(void *) in oce_send_packet()
815 if (proto[9] == 6) in oce_send_packet()
818 else if (proto[9] == 17) in oce_send_packet()
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket_impl.h126 uint8_t proto; /* ip protocol */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMamfile1011 exec - proto -p -s -l ${PACKAGEROOT}/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ${COTEM…
6441 exec - proto -p -s -l ${PACKAGEROOT}/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_com…
6449 exec - proto -p -s -l ${PACKAGEROOT}/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' include…
6457 exec - proto -p -s -l ${PACKAGEROOT}/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' include…
6465 exec - proto -p -s -l ${PACKAGEROOT}/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' include…
6473 exec - proto -p -s -l ${PACKAGEROOT}/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' include…
6481 exec - proto -p -s -l ${PACKAGEROOT}/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' ast_nam…
6489 exec - proto -p -s -l ${PACKAGEROOT}/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' include…
6497 exec - proto -p -s -l ${PACKAGEROOT}/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' include…
6505 exec - proto -p -s -l ${PACKAGEROOT}/lib/package/ast.lic '-o since=1985,author=gsf+dgk+kpv' include…
[all …]
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c1704 char *proto = NULL; in check_nconf() local
1710 proto = NC_TCP; in check_nconf()
1713 proto = NC_UDP; in check_nconf()
1716 if (proto && in check_nconf()
1719 (strcmp(nconf->nc_proto, proto) == 0)) in check_nconf()
1752 char *proto, ushort_t port, struct t_info *tinfo, caddr_t *fhp, in get_addr() argument
1791 if (proto) { in get_addr()
1796 if (strcmp(nconf->nc_netid, proto)) in get_addr()

12345678910>>...17