Commit 8e433d6a authored by Pavel Tvrdik's avatar Pavel Tvrdik
Browse files

Prog Doc: Complete several missing parameters

parent fff7498d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -575,6 +575,7 @@ cf_lex_init_kh(void)
/**
 * cf_lex_init - initialize the lexer
 * @is_cli: true if we're going to parse CLI command, false for configuration
 * @c: configuration structure
 *
 * cf_lex_init() initializes the lexical analyzer and prepares it for
 * parsing of a new input.
+1 −1
Original line number Diff line number Diff line
H Library functions
S ip.c ipv4.c ipv6.c
S ip.c
S lists.c
S checksum.c bitops.c patmatch.c printf.c xmalloc.c tbf.c
D resource.sgml
+1 −1
Original line number Diff line number Diff line
@@ -339,7 +339,7 @@ neigh_if_link(struct iface *i)

/**
 * neigh_ifa_update: notify neighbor cache about interface address add or remove event
 * @ifa: interface address in question
 * @a: interface address in question
 *
 * Tell the neighbor cache that an address was added or removed.
 *
+1 −0
Original line number Diff line number Diff line
@@ -148,6 +148,7 @@ void get_route_info(rte *e, byte *buf, ea_list *attrs)
 * get_attr - get attribute information
 * @a: an extended attribute
 * @buf: buffer to be filled with attribute information
 * @buflen: a length of the @buf parameter
 *
 * The get_attr() hook is called by the core to obtain a user friendly
 * representation of an extended route attribute. It can either leave
+1 −0
Original line number Diff line number Diff line
@@ -718,6 +718,7 @@ graceful_restart_init(void)

/**
 * graceful_restart_done - finalize graceful restart
 * @t: unused
 *
 * When there are no locks on graceful restart, the functions finalizes the
 * graceful restart recovery. Protocols postponing route export until the end of
Loading