Searched defs:proto (Results 176 - 180 of 180) sorted by relevance

12345678

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c2103 ip2dbg(("icmp_inbound_error_v4: proto %d %x to %x: %d/%d\n",
4839 * Called from all ip_fanout_(udp, tcp, proto) functions.
7019 uint8_t proto = ipha->ipha_protocol; local
7061 if (proto == IPPROTO_UDP && dohwcksum &&
7166 ipf->ipf_protocol == proto) {
7230 ipf->ipf_protocol = proto;
H A Dip_if.c8938 uint_t bufsize, proto; local
8957 proto = MOD_PROTO_IPV4;
8960 proto = MOD_PROTO_IPV6;
8966 pinfo = mod_prop_lookup(ipst->ips_propinfo_tbl, pname, proto);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c1830 uchar_t proto; local
1833 (void) nvpair_value_byte(nvp, &proto);
1837 diff = (proto != oproto);
1839 diff = (proto != 0);
2991 /* print the protocol name for proto, or if unknown protocol number proto. */
2995 uint8_t proto)
3000 pent = getprotobynumber(proto);
3004 (void) fprintf(fp, "%u\n", proto);
3366 uint8_t proto; local
2993 printproto( FILE *fp, uint8_t proto) argument
4630 readproto(char *proto_str, uint8_t *proto) argument
5861 uint8_t proto; local
[all...]
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c1128 drmach_device_t proto; local
1175 bzero(&proto, sizeof (proto));
1176 proto.type = drmach_name2type[i].type;
1177 proto.bp = bp;
1178 proto.node = node;
1179 proto.portid = portid;
1180 proto.unum = unum;
1182 return (drmach_name2type[i].new(&proto, idp));
3782 drmach_pci_new(drmach_device_t *proto, drmachid_ argument
3841 drmach_io_new(drmach_device_t *proto, drmachid_t *idp) argument
5236 drmach_cpu_new(drmach_device_t *proto, drmachid_t *idp) argument
6263 drmach_mem_new(drmach_device_t *proto, drmachid_t *idp) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h842 // proto - the only valid value for protocol is 3 (See RFC 4034)
852 mDNSu8 proto; variable

Completed in 185 milliseconds

12345678