Searched refs:pent (Results 1 - 14 of 14) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
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);
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;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_getent.c134 struct sys_pwent *pent; local
137 pent = SMB_MALLOC_P(struct sys_pwent);
138 if (pent == NULL) {
142 plist = pent;
147 memset(pent, '\0', sizeof(struct sys_pwent));
149 if ((pent->pw_name = SMB_STRDUP(pwd->pw_name)) == NULL)
153 if ((pent->pw_passwd = SMB_STRDUP(pwd->pw_passwd)) == NULL)
156 pent->pw_uid = pwd->pw_uid;
157 pent->pw_gid = pwd->pw_gid;
159 if ((pent
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo.c5588 const struct pci_device_id *pent)
5587 airo_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pent) argument
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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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 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-save.c87 struct protoent *pent = getprotobynumber(proto); local
88 if (pent) {
89 printf("-p %s%s ", invertstr, pent->p_name);
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;

Completed in 161 milliseconds