OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nei
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/ldpd/
conffile.c
341
struct conf_neighbour *
nei
;
local in function:Fneighbour
348
nei
= calloc(1, sizeof(*
nei
));
349
if (
nei
== NULL)
351
nei
->address.s_addr = ad.s_addr;
352
SLIST_INSERT_HEAD(&conei_head,
nei
, neilist);
354
return fill_info(
nei
, (int (*)(void *, char *))Gneighbour);
361
Gneighbour(struct conf_neighbour *
nei
, char *line)
364
nei
->authenticate = 1;
conffile.c
341
struct conf_neighbour *
nei
;
local in function:Fneighbour
348
nei
= calloc(1, sizeof(*
nei
));
349
if (
nei
== NULL)
351
nei
->address.s_addr = ad.s_addr;
352
SLIST_INSERT_HEAD(&conei_head,
nei
, neilist);
354
return fill_info(
nei
, (int (*)(void *, char *))Gneighbour);
361
Gneighbour(struct conf_neighbour *
nei
, char *line)
364
nei
->authenticate = 1;
Completed in 264 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025