OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rt_Update
(Results
1 - 4
of
4
) sorted by null
/external/libppp/src/
route.h
72
extern void
rt_Update
(struct bundle *, const struct sockaddr *,
route.c
527
rt_Update
(bundle, sa[RTAX_DST], sa[RTAX_GATEWAY], sa[RTAX_NETMASK]);
864
rt_Update
(struct bundle *bundle, const struct sockaddr *dst,
874
log_Printf(LogERROR, "
rt_Update
: socket(): %s\n", strerror(errno));
918
log_Printf(LogTCPIP, "
rt_Update
failure:\n");
919
log_Printf(LogTCPIP, "
rt_Update
: Dst = %s\n", ncprange_ntoa(&ncpdst));
ipv6cp.c
249
rt_Update
(bundle, sadst, sagw, samask);
ipcp.c
693
rt_Update
(bundle, sadst, sagw, samask);
[
all
...]
Completed in 117 milliseconds