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

/freebsd-9.3-release/usr.sbin/ppp/
H A Dip.c906 ip_Input(struct bundle *bundle, struct link *l, struct mbuf *bp, u_int32_t af) function
916 log_Printf(LogWARN, "ip_Input: %s: Packet too large (got %zd, max %d)\n",
945 log_Printf(LogERROR, "ip_Input: %s: wrote %zd, got %s\n",
948 log_Printf(LogERROR, "ip_Input: %s: wrote %zd, got %zd\n", l->name, nb,
968 nb = ip_Input(bundle, l, bp, AF_INET);
988 nb = ip_Input(bundle, l, bp, AF_INET6);

Completed in 46 milliseconds