Home
last modified time | relevance | path

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

/dports/net/sniffit/sniffit-sniffit-0.5/src/
H A Dsniffit.c489 char wc_so[20], wc_dest[20]; in check_packet() local
569 MODE == BOTH && (strncmp (wc_dest, IP, n_s) != 0) /* -b */ in check_packet()
641 if (strcmp (wc_dest, str_IP) == 0) in check_packet()
650 if (strncmp (wc_dest, str_IP, strlen (str_IP)) == 0) in check_packet()
720 if (strncmp (wc_dest, str_IP, strlen (str_IP)) == 0) in check_packet()
729 if (strncmp (wc_dest, str_IP, strlen (str_IP)) == 0) in check_packet()
862 MODE == BOTH && (strncmp (wc_dest, IP, n_s) != 0) /* -b */ in check_packet()
934 if (strcmp (wc_dest, str_IP) == 0) in check_packet()
945 if (strncmp (wc_dest, str_IP, strlen (str_IP)) == 0) in check_packet()
1010 if (strncmp (wc_dest, str_IP, strlen (str_IP)) == 0) in check_packet()
[all …]