Searched refs:listhead (Results 1 - 6 of 6) sorted by relevance

/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.css780 .listhead li {
784 .listhead li *, /*ie*/.listhead li li {
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h187 struct sctppcbhead listhead; member in struct:sctp_epinfo
H A Dsctp_pcb.c3012 LIST_INSERT_HEAD(&SCTP_BASE_INFO(listhead), inp, sctp_list);
3016 LIST_INSERT_HEAD(SCTP_BASE_INFO(sctbinfo).listhead, &inp->ip_inp.inp, inp_list);
6683 LIST_INIT(&SCTP_BASE_INFO(listhead));
6687 SCTP_BASE_INFO(sctbinfo).listhead = &SCTP_BASE_INFO(inplisthead);
7987 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
8064 it->inp = LIST_FIRST(&SCTP_BASE_INFO(listhead));
H A Dsctp_sysctl.c467 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
503 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
H A Dsctp_asconf.c2343 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c2147 if (!LIST_EMPTY(&SCTP_BASE_INFO(listhead))) {

Completed in 711 milliseconds