Home
last modified time | relevance | path

Searched refs:protocol (Results 26 – 50 of 233) sorted by relevance

12345678910

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dbswap-constant-folding.c14 static u16 protocol; variable
18 switch (protocol) { in test()
/illumos-gate/usr/src/lib/libsocket/socket/
H A D_soutil.c122 _s_netconfig_path(int family, int type, int protocol, in _s_netconfig_path() argument
129 net = _s_match_netconf(family, type, protocol, &nethandle); in _s_netconfig_path()
136 *prototype = protocol; in _s_netconfig_path()
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_hba_disco.c94 add_hba_port_info(di_node_t portNode, struct sun_sas_hba *hba_ptr, int protocol) in add_hba_port_info() argument
190 SASPort->PortProtocol = protocol; in add_hba_port_info()
314 int protocol = 0; in refresh_hba() local
334 protocol = *propIntData; in refresh_hba()
346 if (add_hba_port_info(portNode, hba_ptr, protocol) in refresh_hba()
373 int protocol = 0; in devtree_get_one_hba() local
497 protocol = *propIntData; in devtree_get_one_hba()
562 if (add_hba_port_info(portNode, new_hba, protocol) in devtree_get_one_hba()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-network-routing-vrrp.p5m27 set name=pkg.summary value="Solaris VRRP protocol"
28 set name=pkg.description value="Solaris VRRP protocol service"
52 name="Solaris VRRP protocol (Root)"
54 name="Solaris VRRP protocol (Usr)"
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipsecalgs31 # PROTO|protocol-id|protocol-name|exec-mode
32 ## NOTE: Some protocol numbers are well-known and defined in <netdb.h>
37 # ALG|protocol-id|alg-id|name,name,...|ef-id| \
/illumos-gate/usr/src/cmd/ssh/etc/
H A Dsshd_config10 # 1 and 2. It is recommended due to security weaknesses in the v1 protocol
16 # RSA and DSA keys for protocol v2 are created by /etc/init.d/sshd if they
17 # do not already exist, RSA1 keys for protocol v1 are not automatically created.
123 # SSH protocol v1 specific options
125 # The following options only apply to the v1 protocol and provide
128 # will be removed when support for v1 protocol is removed.
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_cto.c45 socket(int domain, int type, int protocol) { in socket() argument
61 ret = (*fptr) (domain, type, protocol); in socket()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c728 uint8_t protocol = ixa->ixa_protocol; in ip_output_sw_cksum_v6() local
739 if (protocol == IPPROTO_TCP) { in ip_output_sw_cksum_v6()
742 } else if (protocol == IPPROTO_UDP) { in ip_output_sw_cksum_v6()
745 } else if (protocol == IPPROTO_SCTP) { in ip_output_sw_cksum_v6()
767 cksum = htons(protocol); in ip_output_sw_cksum_v6()
768 } else if (protocol == IPPROTO_ICMPV6) { in ip_output_sw_cksum_v6()
828 uint8_t protocol = ixa->ixa_protocol; in ip_output_cksum_v6() local
842 if (protocol == IPPROTO_TCP) { in ip_output_cksum_v6()
845 } else if (protocol == IPPROTO_UDP) { in ip_output_cksum_v6()
848 } else if (protocol == IPPROTO_SCTP) { in ip_output_cksum_v6()
[all …]
H A Dip_sadb.c98 uint32_t *dst, sa_family_t af, uint8_t protocol, ts_label_t *tsl) in ipsec_getassocbyconn() argument
132 ASSERT((protocol == IPPROTO_AH) || (protocol == IPPROTO_ESP)); in ipsec_getassocbyconn()
133 ipr = &ixa->ixa_ipsec_ref[protocol - IPPROTO_ESP]; in ipsec_getassocbyconn()
261 if (protocol == IPPROTO_AH) { in ipsec_getassocbyconn()
459 protocol, 0); in ipsec_getassocbyconn()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnssrv.c59 const char *protocol, in krb5int_make_srv_query_realm() argument
84 if ( strlen(service) + strlen(protocol) + realm->length + 6 in krb5int_make_srv_query_realm()
87 sprintf(host, "%s.%s.%.*s", service, protocol, (int) realm->length, in krb5int_make_srv_query_realm()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsoconfig.c305 int cmd, fam, type, protocol; in parse_params() local
334 protocol = parse_int(protostr); in parse_params()
335 if (protocol == -1) { in parse_params()
373 cmd, fam, type, protocol, path == NULL ? "(null)" : path); in parse_params()
375 if (_sockconfig(cmd, fam, type, protocol, path) == -1) { in parse_params()
390 fam, type, protocol, s); in parse_params()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c672 if (protp->protocol != PPP_CCP) in start_networks()
686 auth_peer_fail(unit, protocol) in auth_peer_fail() argument
687 int unit, protocol; in auth_peer_fail()
700 auth_peer_success(unit, protocol, name, namelen) in auth_peer_success() argument
701 int unit, protocol; in auth_peer_success()
707 switch (protocol) {
741 auth_withpeer_fail(unit, protocol) in auth_withpeer_fail() argument
742 int unit, protocol; in auth_withpeer_fail()
760 auth_withpeer_success(unit, protocol) in auth_withpeer_success() argument
761 int unit, protocol; in auth_withpeer_success()
[all …]
H A Dmain.c1392 u_short protocol; in get_input() local
1420 GETSHORT(protocol, p); in get_input()
1423 pname = debug ? NULL : protocol_name(protocol); in get_input()
1430 if ((protocol != PPP_LCP && in get_input()
1433 !(protocol == PPP_LCP || protocol == PPP_LQR || in get_input()
1434 protocol == PPP_PAP || protocol == PPP_CHAP))) { in get_input()
1437 protocol, phase_name(phase)); in get_input()
1440 pname, protocol, phase_name(phase)); in get_input()
1448 if (protp->protocol == protocol && protp->enabled_flag) { in get_input()
1452 if (protocol == (protp->protocol & ~0x8000) && protp->enabled_flag in get_input()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dneti_impl.c38 static net_handle_t net_find(const char *protocol, neti_stack_t *ns);
41 net_find(const char *protocol, neti_stack_t *nts) in net_find() argument
45 ASSERT(protocol != NULL); in net_find()
56 if (strcmp(n->netd_info.netp_name, protocol) == 0) { in net_find()
123 net_protocol_lookup(netid_t netid, const char *protocol) in net_protocol_lookup() argument
128 ASSERT(protocol != NULL); in net_protocol_lookup()
135 nd = net_find(protocol, nts); in net_protocol_lookup()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sctp.c119 socksctp_create(struct sockparams *sp, int family, int type, int protocol, in socksctp_create() argument
154 sonode_init(so, sp, family, type, protocol, in socksctp_create()
157 sonode_init(so, sp, family, type, protocol, in socksctp_create()
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dsharemgr_main.c40 char *protocol = NULL; variable
118 rval = run_command(command, argc, argv, protocol, handle); in main()
/illumos-gate/usr/src/boot/efi/libefi/
H A Dlibefi.c52 OpenProtocolByHandle(EFI_HANDLE handle, EFI_GUID *protocol, void **interface) in OpenProtocolByHandle() argument
54 return (BS->OpenProtocol(handle, protocol, interface, IH, NULL, in OpenProtocolByHandle()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddm_platform.c374 char *protocol = extract_protocol(action); in do_action() local
377 if (strcmp(protocol, "ipmi") != 0) { in do_action()
378 log_err("unknown protocol '%s'\n", protocol); in do_action()
379 dstrfree(protocol); in do_action()
383 dstrfree(protocol); in do_action()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c69 socket_create(int family, int type, int protocol, char *devpath, char *mod, in socket_create() argument
80 *errorp = solookup(family, type, protocol, &sp); in socket_create()
91 protocol, devpath, kmflags, errorp); in socket_create()
95 protocol, mod, kmflags, errorp); in socket_create()
112 protocol, version, flags, errorp, cr); in socket_create()
558 int type, int protocol, sonodeops_t *sops) in sonode_init() argument
573 so->so_protocol = protocol; in sonode_init()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dlucid_context.c214 lctx->protocol = gctx->proto; in make_external_lucid_ctx_v1()
297 if (ctx->protocol == 0) { in free_external_lucid_ctx_v1()
300 if (ctx->protocol == 1) { in free_external_lucid_ctx_v1()
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_mux.c211 overlay_mux_open(overlay_plugin_t *opp, int domain, int family, int protocol, in overlay_mux_open() argument
226 protocol == mux->omux_protocol && in overlay_mux_open()
249 *errp = ksocket_socket(&ksock, domain, family, protocol, KSOCKET_SLEEP, in overlay_mux_open()
281 mux->omux_protocol = protocol; in overlay_mux_open()
/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c74 const int flags, const int protocol,
158 const int protocol, const int bits) in dst_s_get_key_struct() argument
175 new_key->dk_proto = protocol; in dst_s_get_key_struct()
756 const int protocol, /*!< dns protocol */ in dst_buffer_to_key() argument
770 dkey = dst_s_get_key_struct(key_name, alg, flags, protocol, -1); in dst_buffer_to_key()
948 const int flags, const int protocol, const int alg) in dst_generate_key() argument
962 new_key = dst_s_get_key_struct(name, alg, flags, protocol, bits); in dst_generate_key()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipgpc.types35 filter protocol protocol
/illumos-gate/usr/src/uts/common/xen/io/
H A Dblk_common.c690 char protocol[64]; in blk_bindto_frontend() local
698 protocol[0] = 0x0; in blk_bindto_frontend()
717 protocol, NULL); in blk_bindto_frontend()
719 (void) strcpy(protocol, "unspecified, assuming native"); in blk_bindto_frontend()
720 } else if (strcmp(protocol, XEN_IO_PROTO_ABI_NATIVE) == 0) { in blk_bindto_frontend()
724 } else if (strcmp(protocol, XEN_IO_PROTO_ABI_X86_32) == 0) { in blk_bindto_frontend()
728 } else if (strcmp(protocol, XEN_IO_PROTO_ABI_X86_64) == 0) { in blk_bindto_frontend()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dnet.d.in33 * The conninfo_t structure should be used by all application protocol
41 string ci_protocol; /* protocol (ipv4, ipv6, etc) */

12345678910