Lines Matching refs:htons
447 lt.type = htons(TLV_TYPE_GENERICLABEL); in gen_label_tlv()
448 lt.length = htons(LABEL_TLV_LEN); in gen_label_tlv()
471 switch (htons(lt.type)) { in tlv_decode_label()
506 rt.type = htons(TLV_TYPE_LABELREQUEST); in gen_reqid_tlv()
507 rt.length = htons(REQID_TLV_LEN); in gen_reqid_tlv()
518 st.type = htons(TLV_TYPE_PW_STATUS); in gen_pw_status_tlv()
519 st.length = htons(PW_STATUS_TLV_LEN); in gen_pw_status_tlv()
574 ft.type = htons(TLV_TYPE_FEC); in gen_fec_tlv()
578 ft.length = htons(sizeof(uint8_t)); in gen_fec_tlv()
584 ft.length = htons(sizeof(map->type) + sizeof(family) + in gen_fec_tlv()
590 family = htons(AF_IPV4); in gen_fec_tlv()
593 family = htons(AF_IPV6); in gen_fec_tlv()
613 ft.length = htons(len); in gen_fec_tlv()
620 pw_type = htons(pw_type); in gen_fec_tlv()
636 ifmtu = htons(map->fec.pwid.ifmtu); in gen_fec_tlv()
650 ft.length = htons(len); in gen_fec_tlv()
662 family = htons(AF_IPV4); in gen_fec_tlv()
665 family = htons(AF_IPV6); in gen_fec_tlv()
677 pw_type = htons(map->fec.twcard.u.pw_type); in gen_fec_tlv()