Lines Matching refs:ntohs
199 incoming.expect = ntohs(incoming.header.length); in recv_packet()
216 (unsigned)ntohs(incoming.header.type)); in recv_packet()
394 src.sa_addr.pptp.call_id = ntohs(local); in create_pppox_pptp()
399 dst.sa_addr.pptp.call_id = ntohs(remote); in create_pppox_pptp()
434 incoming.message = ntohs(incoming.message); in pptp_process()
454 "(local = %u)", (unsigned)ntohs(local)); in pptp_process()
480 (unsigned)ntohs(remote)); in pptp_process()
510 (unsigned)ntohs(remote)); in pptp_process()
519 (unsigned)ntohs(remote)); in pptp_process()
540 "Sending ICRP with error", (unsigned)ntohs(remote), in pptp_process()
541 (unsigned)ntohs(incoming.icrq.call)); in pptp_process()
550 "Sending OCRP with error", (unsigned)ntohs(remote), in pptp_process()
551 (unsigned)ntohs(incoming.ocrq.call)); in pptp_process()