Searched refs:prison_get_ip4 (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | in_jail.c | 187 prison_get_ip4(struct ucred *cred, struct in_addr *ia) in prison_get_ip4() function 237 error = prison_get_ip4(cred, &lia); in prison_saddrsel_ip4()
|
| H A D | in_pcb.c | 1224 error = prison_get_ip4(cred, laddr); in in_pcbladdr() 1279 error = prison_get_ip4(cred, laddr); in in_pcbladdr() 1336 error = prison_get_ip4(cred, laddr); in in_pcbladdr() 1417 (error = prison_get_ip4(cred, &faddr)) != 0) in in_pcbconnect_setup()
|
| /f-stack/freebsd/sys/ |
| H A D | jail.h | 415 int prison_get_ip4(struct ucred *cred, struct in_addr *ia);
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 292 prison_get_ip4(struct ucred *cred, struct in_addr *ia) in prison_get_ip4() function
|
| H A D | ff_route.c | 393 if (prison_get_ip4(cred, &ia) != 0) in rtm_get_jailed()
|
| /f-stack/freebsd/net/ |
| H A D | rtsock.c | 505 if (prison_get_ip4(cred, &ia) != 0) in rtm_get_jailed()
|