diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2002-06-26 18:57:24 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2002-06-26 18:57:24 +0000 |
commit | 28bf6f6b71a2ed1b096deeb75d0ad897eb9cc394 (patch) | |
tree | 1d485953b797e119de6dede7b12493c66943a8a4 /include | |
parent | b909f9b5df3586298e3517545e7b0eefb9ab5af4 (diff) | |
download | ebtables-28bf6f6b71a2ed1b096deeb75d0ad897eb9cc394.tar.gz |
name_to_protocol()
Diffstat (limited to 'include')
-rw-r--r-- | include/ebtables_u.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ebtables_u.h b/include/ebtables_u.h index c08e72a..4debe25 100644 --- a/include/ebtables_u.h +++ b/include/ebtables_u.h @@ -197,7 +197,7 @@ void deliver_table(struct ebt_u_replace *repl); void get_dbinfo(struct brdb_dbinfo *nr); void get_db(int len, struct brdb_dbentry *db); void deliver_allowdb(__u16 *decision); -int name_to_protocol(char *name); +int name_to_number(char *name, __u16 *proto); int number_to_name(unsigned short proto, char *name); void check_option(unsigned int *flags, unsigned int mask); int check_inverse(const char option[]); |