Home
last modified time | relevance | path

Searched refs:protocol (Results 151 – 175 of 233) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c284 char *printable_addr, *protocol; in dump_sockaddr() local
299 protocol = "AF_INET"; in dump_sockaddr()
308 protocol = "AF_INET6"; in dump_sockaddr()
334 "%s: port %d, %s"), protocol, in dump_sockaddr()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c350 uint8_t protocol; in sadb_delete_cluster() local
355 protocol = (assoc->ipsa_type == SADB_SATYPE_AH) ? in sadb_delete_cluster()
358 protocol, assoc->ipsa_spi, NULL); in sadb_delete_cluster()
718 uint8_t protocol; in sadb_destroyer() local
731 protocol = (sa->ipsa_type == SADB_SATYPE_AH) ? in sadb_destroyer()
734 cl_inet_deletespi(sid, protocol, sa->ipsa_spi, in sadb_destroyer()
2934 uint8_t protocol = local
3000 rcode = cl_inet_checkspi(ns->netstack_stackid, protocol,
6150 uint8_t protocol = local
6196 cl_inet_getspi(ns->netstack_stackid, protocol,
H A Dconn_opt.c2352 uint8_t protocol, uint32_t flowinfo, uint_t ulp_hdr_length, mblk_t *data_mp, in conn_prepend_hdr() argument
2400 ip_build_hdrs_v4(hdrs, ip_hdr_length, ipp, protocol); in conn_prepend_hdr()
2418 ip_build_hdrs_v6(hdrs, ip_hdr_length, ipp, protocol, flowinfo); in conn_prepend_hdr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h352 u_short protocol; /* PPP protocol number */ member
H A Dfsm.c885 MAKEHEADER(outp, f->protocol);
H A Dipv6cp.c359 f->protocol = PPP_IPV6CP;
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp_api.h128 enum ecore_pci_personality protocol; member
H A Decore_mcp.c2188 &info->protocol)) { in ecore_mcp_fill_shmem_func_info()
2238 info->pause_on_host, info->protocol, in ecore_mcp_fill_shmem_func_info()
2347 enum ecore_pci_personality protocol = ECORE_PCI_DEFAULT; in ecore_mcp_get_personality_cnt() local
2360 &protocol) != in ecore_mcp_get_personality_cnt()
2364 if ((1 << ((u32)protocol)) & personalities) in ecore_mcp_get_personality_cnt()
H A Decore_cxt.c2153 if (p_hwfn->mcp_info->func_info.protocol == in ecore_rdma_set_pf_params()
2164 if (p_hwfn->mcp_info->func_info.protocol == ECORE_PCI_ETH_RDMA) in ecore_rdma_set_pf_params()
2168 if (p_hwfn->mcp_info->func_info.protocol == ECORE_PCI_ETH_RDMA) in ecore_rdma_set_pf_params()
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6183 share_mount_one(zfs_handle_t *zhp, int op, int flags, char *protocol, in share_mount_one() argument
6360 if (protocol == NULL) { in share_mount_one()
6363 } else if (strcmp(protocol, "nfs") == 0) { in share_mount_one()
6366 } else if (strcmp(protocol, "smb") == 0) { in share_mount_one()
6373 zfs_get_name(zhp), protocol); in share_mount_one()
6530 char *protocol = NULL; in share_mount() local
6539 protocol = argv[0]; in share_mount()
6573 share_mount_state.sm_proto = protocol; in share_mount()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h3757 uint32_t protocol :2; member
3773 uint32_t protocol :2; member
3789 uint32_t protocol :2; member
3815 uint32_t protocol :2; member
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h600 mDNSu8 protocol; // Payload type: 0x06 = TCP, 0x11 = UDP
1104 mDNSu8 protocol; member
1121 mDNSu8 protocol; member
1310 mdns_resolver_type_t protocol; member
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME75 client/server protocol and adapt the agent to new
151 protocol state machines). This state is stored in a pair of
155 a given IP protocol version (4 or 6), and has a list of dhcp_lif_t
/illumos-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME31 This document discuss the USB bandwidth allocation scheme, and the protocol
193 transaction formula and protocol overhead calculations mentioned in
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1396 s10_so_socket(sysret_t *rval, int domain, int type, int protocol, in s10_so_socket() argument
1404 protocol, devpath, version)); in s10_so_socket()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h233 u8 protocol; member
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba.c1611 uint8_t protocol, uint_t flag) in usba_set_node_name() argument
1643 int16_t p = node_name_table[i].protocol; in usba_set_node_name()
1647 ((p == DONTCARE) || (p == protocol))) { in usba_set_node_name()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c662 print_unknown_host_msg(const char *protocol, const char *host) in print_unknown_host_msg() argument
664 Fprintf(stderr, "%s: unknown%s host %s\n", prog, protocol, host); in print_unknown_host_msg()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c429 int protocol = 0; in pmcs_attach() local
1110 protocol = SAS_SSP_SUPPORT | SAS_SATA_SUPPORT | SAS_SMP_SUPPORT; in pmcs_attach()
1112 &protocol); in pmcs_attach()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c853 print_unknown_host_msg(const char *protocol, const char *hostname) in print_unknown_host_msg() argument
855 Fprintf(stderr, "%s: unknown%s host %s\n", progname, protocol, in print_unknown_host_msg()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h2314 const char *protocol,
2372 const char *protocol,
/illumos-gate/usr/src/cmd/ssh/doc/
H A DLICENCE16 * incompatible with the protocol description in the RFC file, it must be
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c276 sotpi_create(struct sockparams *sp, int family, int type, int protocol, in sotpi_create() argument
311 sonode_init(so, sp, family, type, protocol, &sotpi_sonodeops); in sotpi_create()
540 int protocol = so->so_protocol; in sotpi_init() local
545 &protocol, (t_uscalar_t)sizeof (protocol), cr); in sotpi_init()
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c1526 scsa2usbp->scsa2usb_protocol_override = ov.protocol; in scsa2usb_override()
1534 ov.vid, ov.pid, ov.rev, ov.subclass, ov.protocol, in scsa2usb_override()
1635 ovp->protocol = in scsa2usb_parse_input_str()
1640 if (ovp->protocol == 0) { in scsa2usb_parse_input_str()
/illumos-gate/usr/src/cmd/lp/model/
H A Dstandard884 # The protocol between the interface program and the Spooler
921 # (``carrier'') drop. The protocol between the interface program and

12345678910