OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add_attribute_u16
(Results
1 - 1
of
1
) sorted by null
/external/mtpd/
l2tp.c
156
static void
add_attribute_u16
(uint16_t attribute, uint16_t value)
function
326
add_attribute_u16
(PROTOCOL_VERSION, htons(0x0100));
329
add_attribute_u16
(ASSIGNED_TUNNEL, local_tunnel);
330
add_attribute_u16
(WINDOW_SIZE, htons(1));
490
add_attribute_u16
(ASSIGNED_SESSION, local_session);
519
add_attribute_u16
(ASSIGNED_SESSION, 0);
556
add_attribute_u16
(ASSIGNED_TUNNEL, local_tunnel);
557
add_attribute_u16
(RESULT_CODE, htons(6));
Completed in 399 milliseconds