Home
last modified time | relevance | path

Searched refs:memcpy_roundup (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Droute.c703 memcpy_roundup(char *cp, const void *data, size_t len) in memcpy_roundup() function
778 cp += memcpy_roundup(cp, &sadst, sadst.ss_len); in rt_Set()
796 cp += memcpy_roundup(cp, &sagw, sagw.ss_len); in rt_Set()
802 cp += memcpy_roundup(cp, &samask, samask.ss_len); in rt_Set()
898 p += memcpy_roundup(p, dst, dst->sa_len); in rt_Update()
903 p += memcpy_roundup(p, gw, gw->sa_len); in rt_Update()
908 p += memcpy_roundup(p, mask, mask->sa_len); in rt_Update()
914 p += memcpy_roundup(p, ifp, ifp->sa_len); in rt_Update()
916 p += memcpy_roundup(p, ifa, ifa->sa_len); in rt_Update()