Home
last modified time | relevance | path

Searched refs:proto (Results 1 – 25 of 423) sorted by last modified time

12345678910>>...17

/illumos-gate/usr/src/uts/common/inet/
H A Dipclassifier.h578 #define IPCL_CONN_MATCH(connp, proto, src, dst, ports) \ argument
579 ((connp)->conn_proto == (proto) && \
586 ((connp)->conn_proto == (proto) && \
598 #define IPCL_BIND_MATCH(connp, proto, laddr, lport) \ argument
599 ((connp)->conn_proto == (proto) && \
605 #define IPCL_BIND_MATCH_V6(connp, proto, laddr, lport) \ argument
606 ((connp)->conn_proto == (proto) && \
673 #define IPCL_RAW_MATCH(connp, proto, laddr) \ argument
674 ((connp)->conn_proto == (proto) && \
679 #define IPCL_RAW_MATCH_V6(connp, proto, laddr) \ argument
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c7071 uint8_t proto = ipha->ipha_protocol; in ip_input_fragment() local
7113 if (proto == IPPROTO_UDP && dohwcksum && in ip_input_fragment()
7218 ipf->ipf_protocol == proto) { in ip_input_fragment()
7282 ipf->ipf_protocol = proto; in ip_input_fragment()
/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
184 # These files are installed in the proto area by the build of libdhcpagent
210 # These files are installed in the proto area by the build of libinetsvc,
217 # These files are installed in the proto area by the build of libinetutil,
332 # The following files are installed in the proto area
395 # These files are installed in the proto area for Solaris scsi_vhci driver
401 # 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.
H A Dcstyle344 usr/src/lib/gss_mechs/mech_krb5/krb5/krb/int-proto.h
402 usr/src/lib/gss_mechs/mech_krb5/krb5/os/os-proto.h
H A Dhdrchk122 usr/src/lib/gss_mechs/mech_krb5/krb5/krb/int-proto.h
124 usr/src/lib/gss_mechs/mech_krb5/krb5/os/os-proto.h
H A Dcopyright206 usr/src/lib/gss_mechs/mech_krb5/krb5/krb/int-proto.h
238 usr/src/lib/gss_mechs/mech_krb5/krb5/os/os-proto.h
/illumos-gate/usr/src/tools/quick/
H A Dmake-smbsrv51 test -f $SRC/tools/proto/root_i386-nd/opt/onbld/bin/genoffsets ||
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1276 transport_hdr(int proto, uintptr_t addr) in transport_hdr() argument
1279 switch (proto) { in transport_hdr()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c740 uint_t proto = statep->sps_proto; in print_prop() local
746 &propsize, proto, flags); in print_prop()
749 proto, flags); in print_prop()
833 statep->sps_proto = proto; in show_property()
900 uint_t proto; in do_show_ifprop() local
950 state.sps_proto = proto; in do_show_ifprop()
969 state.sps_proto = proto; in do_show_ifprop()
997 uint_t proto; in set_ifprop() local
1084 uint_t proto; in do_show_prop() local
1119 state.sps_proto = proto; in do_show_prop()
[all …]
/illumos-gate/usr/src/
H A DMakefile.master40 ROOT= /proto
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfssys.h283 char *proto; /* Protocol, eg. "tcp" */ member
294 caddr32_t proto; member
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1359 zfs_share_proto_t proto; in zfs_valid_proplist() local
1362 proto = PROTO_SMB; in zfs_valid_proplist()
1364 proto = PROTO_NFS; in zfs_valid_proplist()
1392 if (zfs_parse_options(strval, proto) != SA_OK) { in zfs_valid_proplist()
H A Dlibzfs_mount.c170 proto_table[proto].p_name) == 0) { in is_shared()
171 switch (proto) { in is_shared()
786 proto_table[proto].p_name)); in zfs_parse_options()
812 zfs_sa_enable_share(sa_share_t share, char *proto) in zfs_sa_enable_share() argument
815 return (_sa_enable_share(share, proto)); in zfs_sa_enable_share()
826 zfs_sa_disable_share(sa_share_t share, char *proto) in zfs_sa_disable_share() argument
829 return (_sa_disable_share(share, proto)); in zfs_sa_disable_share()
952 zfs_share_proto_t proto) in unshare_one() argument
994 proto_table[proto].p_unshare_err, in unshare_one()
1011 zfs_share_proto_t *proto) in zfs_unshare_proto() argument
[all …]
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c368 make_security_list(sa_group_t group, char *securitymodes, char *proto) in make_security_list() argument
384 check = sa_get_security(group, tok, proto); in make_security_list()
393 group, tok, proto); in make_security_list()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c164 char *proto; variable
489 proto = *(++argv);
1849 (ulong_t)atoi(proto),
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c148 NETSELDECL(proto) = NULL; in main()
302 proto = optarg; in main()
357 if (proto == NULL) in main()
358 proto = df_proto; in main()
375 if (proto != NULL && in main()
376 strncasecmp(proto, NC_UDP, strlen(NC_UDP)) == 0) { in main()
529 if ((proto == NULL) && (provider == NULL)) { in main()
574 } else if (proto) { in main()
585 if (strcmp(nconf->nc_proto, proto) == 0) { in main()
595 proto); in main()
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c1299 char proto[2], jc[2], role[2]; local
/illumos-gate/usr/src/tools/env/
H A Dillumos.sh283 SMATCHBIN=$CODEMGR_WS/usr/src/tools/proto/root_$MACH-nd/opt/onbld/bin/$MACH/smatch
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c47 mlxcx_speed_to_bits(mlxcx_eth_proto_t proto, mlxcx_ext_eth_proto_t ext_proto) in mlxcx_speed_to_bits() argument
63 switch (proto) { in mlxcx_speed_to_bits()
112 ASSERT0((uint32_t)proto & ((uint32_t)proto - 1U)); in mlxcx_speed_to_bits()
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.p5m58 file path=etc/cron.d/.proto group=sys mode=0744
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c264 if (proto != NULL && proto[0] == '\0') in ipmgmt_nvlist_match()
265 proto = NULL; in ipmgmt_nvlist_match()
346 if (proto != NULL && proto[0] != '\0') { in ipmgmt_nvlist_contains()
857 uint_t proto; in ipmgmt_db_resetif() local
936 switch (proto) { in ipmgmt_db_resetif()
1001 uint_t proto; in ipmgmt_db_initif() local
1008 if (proto == MOD_PROTO_IPV4) in ipmgmt_db_initif()
1542 uint_t proto, nproto; in ipmgmt_db_upgrade() local
1587 if (nproto != proto) { in ipmgmt_db_upgrade()
1625 uint_t proto; in ipmgmt_db_init() local
[all …]
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dportnum.c19 int portnum(name, proto, port, linenum) in portnum() argument
20 char *name, *proto; in portnum()
36 if (proto != NULL && strcasecmp(proto, "tcp/udp") != 0) {
37 sp = getservbyname(name, proto);
H A Dports.c17 int ports(seg, proto, pp, cp, tp, linenum) in ports() argument
19 char *proto;
32 if (portnum(**seg, proto, pp, linenum) == 0)
51 if (portnum(**seg, proto, tp, linenum) == 0)
72 if (portnum(**seg, proto, pp, linenum) == 0)
H A Dgetportproto.c9 int getportproto(name, proto) in getportproto() argument
11 int proto;
30 p = getprotobynumber(proto);
/illumos-gate/usr/src/uts/common/sys/
H A Dpolicy.h120 int secpolicy_net_privaddr(const cred_t *, in_port_t, int proto);

12345678910>>...17