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