Lines Matching defs:protocol
150 uint8_t protocol;
152 protocol = dladm_str2proto(attr_val);
154 if (protocol != 0) {
156 fdesc->fd_protocol = protocol;
267 * Make sure protocol is specified if either local or
328 dladm_proto2str(uint8_t protocol)
330 if (protocol == IPPROTO_TCP)
332 if (protocol == IPPROTO_UDP)
334 if (protocol == IPPROTO_SCTP)
336 if (protocol == IPPROTO_ICMPV6)
338 if (protocol == IPPROTO_ICMP)