Search | Google it | Results 1 - 1 of 1 for funcall:htons from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/in_pcb.c (0.00 seconds) |
462: if (!in_pcblookup_port(table, inp->inp_laddr, 463: htons(lport), 1)) 464: goto found; 471: *lastport = lport; 472: lport = htons(lport); 473: }