Lines Matching refs:htons
124 if ((fd = socket(domain, stype, htons(type))) < 0) { in openInterface()
173 sa.sll_protocol = htons(type); in openInterface()
405 conn->cookie.type = htons(type); in parsePADOTags()
406 conn->cookie.length = htons(len); in parsePADOTags()
417 conn->relayId.type = htons(type); in parsePADOTags()
418 conn->relayId.length = htons(len); in parsePADOTags()
461 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery); in sendPADI()
467 svc->length = htons(namelen); in sendPADI()
479 hostUniq.type = htons(TAG_HOST_UNIQ); in sendPADI()
480 hostUniq.length = htons(sizeof(pid)); in sendPADI()
488 packet.length = htons(plen); in sendPADI()