Searched defs:tpp (Results 1 - 2 of 2) sorted by relevance

/external/iputils/
H A Drdisc.c1343 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/
H A Dsctp_output.c7400 struct sctp_tmit_chunk *tpp; local
7404 tpp = TAILQ_PREV(tp1, sctpchunk_listhead, sctp_next);
7405 if (tpp == NULL) {
7409 tp1 = tpp;

Completed in 224 milliseconds