Searched refs:protoent (Results 1 – 7 of 7) sorted by relevance
135 struct protoent { struct241 struct protoent *getprotoent(void);242 struct protoent *getprotobyname(const char *name);243 struct protoent *getprotobynumber(int proto);
91 struct protoent { struct103 struct protoent downstream; argument104 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()
583 struct protoent *protoent; in setup_redir_proto() local595 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()
883 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()
432 struct protoent *pe = NULL; in list_flow()
1188 struct protoent *pent; in tentry_fill_key_type()
966 struct protoent *p; in name2protox()