Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-sita.c504 int s1_p1_len, s2_p1_len; in if_sort() local
508 s1_p1_len = s1_p2 - s1; /* the prefix length is the difference in pointers */ in if_sort()
511 s1_p1_len = strlen(s1); /* the prefix length is the length of the string itself */ in if_sort()
521 …strncpy(str1, s1, (s1_p1_len > sizeof(str1)) ? s1_p1_len : sizeof(str1)); *(str1 + s1_p1_len) = … in if_sort()