Lines Matching refs:hostip

378         inet_ntop(af,context->hostip,inet_str,sizeof(inet_str));  in check_timeout()
405 inet_ntop(af,context->hostip,inet_str,sizeof(inet_str)); in check_timeout()
1620 if (IN6_IS_ADDR_V4MAPPED(PORCUS_CAST(context->hostip))) in do_pasv()
1624 if (context->hostip[offset+0]==10 || in do_pasv()
1625 (context->hostip[offset+0] == 172 && context->hostip[offset+1] == 16) || in do_pasv()
1626 …(context->hostip[offset+0] == 192 && context->hostip[offset+1] == 168 && context->hostip[offset+2]… in do_pasv()
1627 …(context->hostip[offset+0] == 127 && context->hostip[offset+1] == 0 && context->hostip[offset+2] =… in do_pasv()
1728 if (context->hostip[0]==10 || in do_pasv()
1729 (context->hostip[0] == 172 && context->hostip[1] == 16) || in do_pasv()
1730 (context->hostip[0] == 192 && context->hostip[1] == 168 && context->hostip[2] == 0) || in do_pasv()
1731 …(context->hostip[0] == 127 && context->hostip[1] == 0 && context->hostip[2] == 0 && context->hosti… in do_pasv()
1906 if (context->hostip[0]==10 || in do_epsv()
1907 (context->hostip[0] == 172 && context->hostip[1] == 16) || in do_epsv()
1908 (context->hostip[0] == 192 && context->hostip[1] == 168 && context->hostip[2] == 0) || in do_epsv()
1909 …(context->hostip[0] == 127 && context->hostip[1] == 0 && context->hostip[2] == 0 && context->hosti… in do_epsv()
1987 if (context->hostip[0]==10 || in do_epsv()
1988 (context->hostip[0] == 172 && context->hostip[1] == 16) || in do_epsv()
1989 (context->hostip[0] == 192 && context->hostip[1] == 168 && context->hostip[2] == 0) || in do_epsv()
1990 …(context->hostip[0] == 127 && context->hostip[1] == 0 && context->hostip[2] == 0 && context->hosti… in do_epsv()
2903 inet_ntop(af,context->hostip,inet_str,sizeof(inet_str)); in do_quit()
2904 h = gethostbyaddr((char*)&context->hostip,sizeof(context->hostip),af); in do_quit()
3517 return (memcmp(remote_ip,context->hostip,4) != 0); in test_fxp()
3519 return (memcmp(remote_ip,context->hostip,16) != 0); in test_fxp()