Lines Matching refs:protostr
372 ipadm_str2proto(const char *protostr)
374 if (protostr == NULL)
376 if (strcmp(protostr, "tcp") == 0)
378 else if (strcmp(protostr, "udp") == 0)
380 else if (strcmp(protostr, "ip") == 0)
382 else if (strcmp(protostr, "ipv4") == 0)
384 else if (strcmp(protostr, "ipv6") == 0)
386 else if (strcmp(protostr, "icmp") == 0)
388 else if (strcmp(protostr, "sctp") == 0)
390 else if (strcmp(protostr, "arp") == 0)
1410 /* check if object is protostr or an ifname */