Searched refs:protoname (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxshared.c65 const char *protoname = proto_to_name(proto, nolookup); local
67 if (protoname)
68 return xtables_find_match(protoname, tryload, matches);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dinetd.c926 char protoname[10]; local
1018 strncpy(protoname, sep->se_proto, sizeof(protoname));
1019 if (isdigit(protoname[strlen(protoname) - 1]))
1020 protoname[strlen(protoname) - 1] = '\0';
1021 sp = getservbyname(sep->se_service, protoname);
1071 strncpy(protoname, sep->se_proto, sizeof(protoname));
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi-discover/
H A Davahi-discover.in76 def protoname(self,protocol):
93 return str(self.siocgifname(interface)) + " " + str(self.protoname(protocol))
223 infos = "<b>Service Type:</b> %s\n<b>Service Name:</b> %s\n<b>Domain Name:</b> %s\n<b>Interface:</b> %s %s\n<b>Address:</b> %s/%s:%i\n%s" % (stype, name, domain, self.siocgifname(interface), self.protoname(protocol), host, address, port, txts.strip())
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c831 char *protoname = proto_to_name(proto, nolookup); local
833 if (protoname)
834 return find_match(protoname, tryload, matches);
H A Diptables.c808 char *protoname = proto_to_name(proto, nolookup); local
810 if (protoname)
811 return find_match(protoname, tryload, matches);

Completed in 75 milliseconds