HomeSort by: relevance | last modified time | path
    Searched defs:cookielen (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/ifconfig/
l2tp.c 202 uint16_t cookielen; local in function:setl2tpcookie
207 if (!prop_dictionary_get_uint16(env, "l2tplocalcookielen", &cookielen)) {
215 l2tpr.my_cookie_len = cookielen;
218 if (!prop_dictionary_get_uint16(env, "l2tpremotecookielen", &cookielen)) {
226 l2tpr.peer_cookie_len = cookielen;
l2tp.c 202 uint16_t cookielen; local in function:setl2tpcookie
207 if (!prop_dictionary_get_uint16(env, "l2tplocalcookielen", &cookielen)) {
215 l2tpr.my_cookie_len = cookielen;
218 if (!prop_dictionary_get_uint16(env, "l2tpremotecookielen", &cookielen)) {
226 l2tpr.peer_cookie_len = cookielen;

Completed in 52 milliseconds