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

/freebsd-10.0-release/sys/sys/
H A Djail.h385 int prison_local_ip4(struct ucred *cred, struct in_addr *ia);
/freebsd-10.0-release/sys/netinet/
H A Din_pcb.c525 if ((error = prison_local_ip4(cred, &laddr)) != 0)
539 error = prison_local_ip4(cred, &sin->sin_addr);
H A Draw_ip.c458 * prison_local_ip4() would be good enough but would
467 error = prison_local_ip4(inp->inp_cred,
H A Dsctp_usrreq.c5298 if (td != NULL && (error = prison_local_ip4(td->td_ucred, &(((struct sockaddr_in *)(addrs->addr))->sin_addr)))) {
5342 if (td != NULL && (error = prison_local_ip4(td->td_ucred, &(((struct sockaddr_in *)(addrs->addr))->sin_addr)))) {
H A Dsctp_pcb.c2771 * For LOOPBACK the prison_local_ip4() call
2775 if (p && (error = prison_local_ip4(p->td_ucred, &sin->sin_addr)) != 0) {
/freebsd-10.0-release/sys/kern/
H A Dkern_jail.c2840 prison_local_ip4(struct ucred *cred, struct in_addr *ia) function

Completed in 126 milliseconds