Home
last modified time | relevance | path

Searched refs:protoent (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/include/
H A Dnetdb.h135 struct protoent { struct
241 struct protoent *getprotoent(void);
242 struct protoent *getprotobyname(const char *name);
243 struct protoent *getprotobynumber(int proto);
/f-stack/freebsd/netgraph/
H A Dng_cisco.c91 struct protoent { struct
103 struct protoent downstream; argument
104 struct protoent inet; /* IP information */
107 struct protoent inet6; /* IPv6 information */
108 struct protoent atalk; /* AppleTalk information */
109 struct protoent ipx; /* IPX information */
343 struct protoent *pep; in cisco_rcvdata()
418 struct protoent *pep; in cisco_disconnect()
443 struct protoent *pep; in cisco_input()
/f-stack/tools/ipfw/
H A Dnat.c583 struct protoent *protoent; in setup_redir_proto() local
595 protoent = getprotobyname(**av); in setup_redir_proto()
596 if (protoent == NULL) in setup_redir_proto()
599 r->proto = protoent->p_proto; in setup_redir_proto()
652 struct protoent *p; in nat_show_cfg()
H A Dipfw2.c883 struct protoent *pe = getprotobynumber(proto); in print_port()
986 struct protoent *pe = NULL; in strtoport()
1470 struct protoent *pe; in print_instruction()
2281 struct protoent *pe; in show_dyn_state()
3604 struct protoent *pe; in add_proto0()
H A Ddummynet.c432 struct protoent *pe = NULL; in list_flow()
H A Dtables.c1188 struct protoent *pent; in tentry_fill_key_type()
/f-stack/tools/netstat/
H A Dmain.c966 struct protoent *p; in name2protox()