HomeSort by relevance Sort by last modified time
    Searched refs:tpp (Results 1 - 2 of 2) sorted by null

  /external/iputils/
rdisc.c 1343 struct table **tpp, *tp; local
1347 tpp = &table;
1348 while (*tpp != NULL) {
1349 tp = *tpp;
1352 *tpp = tp->next;
1360 tpp = &tp->next;
1381 struct table **tpp, *tp; local
1383 tpp = &table;
1384 while (*tpp != NULL) {
1385 tp = *tpp;
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c 7400 struct sctp_tmit_chunk *tpp; local
    [all...]

Completed in 480 milliseconds