Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconfigfile-glue.c344 struct in_addr val_inp; in config_check_cond_nocache() local
363 if (INADDR_NONE == (val_inp.s_addr = inet_addr(srv->cond_check_buf->ptr))) { in config_check_cond_nocache()
370 if (0 == inet_aton(srv->cond_check_buf->ptr, &val_inp)) { in config_check_cond_nocache()
380 if ((val_inp.s_addr & nm) == (con->dst_addr.ipv4.sin_addr.s_addr & nm)) { in config_check_cond_nocache()