Searched refs:lipstr (Results 1 – 1 of 1) sorted by relevance
/dports/security/snort/snort-2.9.18/src/preprocessors/Session/ |
H A D | stream5_ha.c | 188 char lipstr[INET6_ADDRSTRLEN]; in StreamHADebugCheck() local 191 lipstr[0] = '\0'; in StreamHADebugCheck() 196 inet_ntop(AF_INET6, key->ip_l, lipstr, sizeof(lipstr)); in StreamHADebugCheck() 201 inet_ntop(AF_INET, &key->ip_l[3], lipstr, sizeof(lipstr)); in StreamHADebugCheck() 205 lipstr, key->port_l, hipstr, key->port_h, key->protocol); in StreamHADebugCheck()
|