Search | Google it | Results 1 - 3 of 3 for funcall:HTONS (0.01 seconds) |
1003: mhip->ip_off |= IP_MF; 1004: HTONS(mhip->ip_off); 1005: mhip->ip_len = htons((u_int16_t)(len + mhlen));
389: } 390: HTONS(ip->ip_len); 391: HTONS(ip->ip_off);
330: HTONL(th->th_ack); 331: HTONS(th->th_win); 332: HTONS(th->th_urp);