Lines Matching refs:htons
159 attr->h.len = htons(tlen);
161 attr->id = htons(eay_random());
164 typeattr->type = htons(XAUTH_TYPE | ISAKMP_GEN_TV);
165 typeattr->lorv = htons(XAUTH_TYPE_GENERIC);
168 usrattr->type = htons(XAUTH_USER_NAME | ISAKMP_GEN_TLV);
169 usrattr->lorv = htons(0);
172 pwdattr->type = htons(XAUTH_USER_PASSWORD | ISAKMP_GEN_TLV);
173 pwdattr->lorv = htons(0);
432 attr->h.len = htons(tlen);
434 attr->id = htons(id);
437 stattr->type = htons(XAUTH_STATUS | ISAKMP_GEN_TV);
438 stattr->lorv = htons(status);
1497 attr->type = htons(type | ISAKMP_GEN_TV);
1498 attr->lorv = htons(value);
1502 attr->type = htons(type | ISAKMP_GEN_TLV);
1503 attr->lorv = htons(dlen);
1625 attr->type = htons(type | ISAKMP_GEN_TV);
1626 attr->lorv = htons(0);