Searched refs:servtab (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dinetd.c212 typedef struct servtab { struct
253 struct servtab *se_next;
256 static servtab_t *servtab; variable
881 sep->se_next = servtab;
882 servtab = sep;
899 * If the new servtab is bound to a specific address, check that the
900 * old servtab is bound to the same entry. If the new service is not
932 for (sep = servtab; sep; sep = sep->se_next)
936 for (sep = servtab; sep; sep = sep->se_next)
1113 sepp = &servtab;
[all...]

Completed in 66 milliseconds