Searched refs:L2TP_ATTR_UDP_DPORT (Results 1 – 3 of 3) sorted by relevance
121 L2TP_ATTR_UDP_DPORT, /* u16 */ enumerator
123 addattr16(&req.n, 1024, L2TP_ATTR_UDP_DPORT, p->peer_udp_port); in create_tunnel()381 if (attrs[L2TP_ATTR_UDP_DPORT]) in get_response()382 p->peer_udp_port = rta_getattr_u16(attrs[L2TP_ATTR_UDP_DPORT]); in get_response()