Searched refs:pent (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_ipv6header.c70 const struct protoent *pent = getprotobynumber(proto); local
71 if (pent)
72 return pent->p_name;
86 const struct protoent *pent; local
88 if ((pent = getprotobyname(s)))
89 proto = pent->p_proto;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-cnfp.c86 struct protoent *pent; local
155 pent = getprotobynumber((EXTRACT_32BITS(&nr->proto_tos) >> 8) & 0xff);
156 if (!pent || nflag)
160 printf("%s ", pent->p_name);
163 if (pent && pent->p_proto == IPPROTO_TCP) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibip6t_ipv6header.c70 const struct protoent *pent = getprotobynumber(proto); local
71 if (pent)
72 return pent->p_name;
86 const struct protoent *pent; local
88 if ((pent = getprotobyname(s)))
89 proto = pent->p_proto;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_ipv6header.c76 struct protoent *pent = getprotobynumber(proto); local
77 if (pent)
78 return pent->p_name;
92 struct protoent *pent; local
94 if ((pent = getprotobyname(s)))
95 proto = pent->p_proto;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel_pci.c53 const struct pci_device_id *pent)
52 atmel_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pent) argument
H A Dairo.c5604 const struct pci_device_id *pent)
5603 airo_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pent) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dread_config_yy.y787 struct protoent *pent;
789 pent = getprotobyname($1);
790 if (pent == NULL) {
795 ct_filter_add_proto(STATE(us_filter), pent->p_proto);
1262 struct protoent *pent;
1264 pent = getprotobyname($1);
1265 if (pent == NULL) {
1270 ct_filter_add_proto(STATE(us_filter), pent->p_proto);
1276 pent->p_proto);
1281 struct protoent *pent;
[all...]
H A Dconntrack.c507 struct protoent *pent; local
518 if ((pent = getprotobyname(name))) {
519 *pnum = pent->p_proto;
545 struct protoent *pent; local
547 pent = getprotobynumber(protonum);
548 if (!pent)
551 name = pent->p_name;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxshared.c46 struct protoent *pent = getprotobynumber(proto); local
47 if (pent)
48 return pent->p_name;
H A Dxtables.c1790 const struct protoent *pent; local
1803 pent = getprotobyname(s);
1804 if (pent != NULL)
1805 return pent->p_proto;
H A Dip6tables.c1018 const struct protoent *pent = getprotobynumber(proto); local
1019 if (pent) {
1021 invertstr, pent->p_name);
H A Diptables.c996 const struct protoent *pent = getprotobynumber(proto); local
997 if (pent) {
998 printf("%s -p %s", invertstr, pent->p_name);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Dxshared.c46 struct protoent *pent = getprotobynumber(proto); local
47 if (pent)
48 return pent->p_name;
H A Dip6tables.c1018 const struct protoent *pent = getprotobynumber(proto); local
1019 if (pent) {
1021 invertstr, pent->p_name);
H A Diptables.c985 const struct protoent *pent = getprotobynumber(proto); local
986 if (pent) {
987 printf("%s -p %s", invertstr, pent->p_name);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Dip6tables-save.c81 struct protoent *pent = getprotobynumber(proto); local
82 if (pent) {
84 invertstr, pent->p_name);
H A Diptables-save.c87 struct protoent *pent = getprotobynumber(proto); local
88 if (pent) {
89 printf("-p %s%s ", invertstr, pent->p_name);
H A Dip6tables.c237 struct protoent *pent = getprotobynumber(proto); local
238 if (pent)
239 return pent->p_name;
847 struct protoent *pent; local
856 if ((pent = getprotobyname(s)))
857 proto = pent->p_proto;
H A Diptables.c236 struct protoent *pent = getprotobynumber(proto); local
237 if (pent)
238 return pent->p_name;
824 struct protoent *pent; local
833 if ((pent = getprotobyname(s)))
834 proto = pent->p_proto;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/virt/kvm/
H A Dioapic.c87 union kvm_ioapic_redirect_entry *pent; local
90 pent = &ioapic->redirtbl[idx];
92 if (!pent->fields.mask) {
94 if (injected && pent->fields.trig_mode == IOAPIC_LEVEL_TRIG)
95 pent->fields.remote_irr = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dirdp.c419 struct protoent *pent; local
421 if ((pent = getprotobyname ("icmp")) == NULL) {
426 if ((sock = socket (AF_INET, SOCK_RAW, pent->p_proto)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libxtables/
H A Dxtables.c1789 const struct protoent *pent; local
1802 pent = getprotobyname(s);
1803 if (pent != NULL)
1804 return pent->p_proto;

Completed in 380 milliseconds