Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dload_http.c24 #define LOAD_BUFSIZE (MAX_URL_LEN * 2 + 128) macro
33 char *s, *t, *u, buffer[LOAD_BUFSIZE], *myurl; in load_http()