gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:LIST_REMOVE from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/in_pcb.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/in_pcb.c - 36.2KB - 1,082 lines
474:         inp->inp_lport = lport;
475:         LIST_REMOVE(&inp->inp_head, inph_lhash);
476:         LIST_INSERT_HEAD(INPCBHASH_PORT(table, inp->inp_lport), &inp->inp_head,
618: in_pcbstate(inp, INP_ATTACHED); 619: LIST_REMOVE(&inp->inp_head, inph_lhash); 620: CIRCLEQ_REMOVE(&inp->inp_table->inpt_queue, &inp->inp_head,
905: if (inph != LIST_FIRST(head)) { 906: LIST_REMOVE(inph, inph_hash); 907: LIST_INSERT_HEAD(head, inph, inph_hash);
952: if (inph != LIST_FIRST(head)) { 953: LIST_REMOVE(inph, inph_hash); 954: LIST_INSERT_HEAD(head, inph, inph_hash);
966: if (inp->inp_state > INP_ATTACHED) 967: LIST_REMOVE(&inp->inp_head, inph_hash); 968: