Lines Matching refs:htons
148 conn->cookie.type = htons(type); in parsePADOTags()
149 conn->cookie.length = htons(len); in parsePADOTags()
162 conn->relayId.type = htons(type); in parsePADOTags()
163 conn->relayId.length = htons(len); in parsePADOTags()
227 conn->relayId.type = htons(type); in parsePADSTags()
228 conn->relayId.length = htons(len); in parsePADSTags()
262 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery); in sendPADI()
269 svc->length = htons(namelen); in sendPADI()
281 hostUniq.type = htons(TAG_HOST_UNIQ); in sendPADI()
282 hostUniq.length = htons(sizeof(pid)); in sendPADI()
290 packet.length = htons(plen); in sendPADI()
432 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery); in sendPADR()
439 svc->length = htons(namelen); in sendPADR()
449 hostUniq.type = htons(TAG_HOST_UNIQ); in sendPADR()
450 hostUniq.length = htons(sizeof(pid)); in sendPADR()
475 packet.length = htons(plen); in sendPADR()