Home
last modified time | relevance | path

Searched refs:a_addr (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dpmtu.sh405 a_addr="${prefix4}.${a_r1}.1"
416 a_addr="${prefix6}:${a_r1}::1"
430 …run_cmd ${ns_a} ip link add ${encap}_a type ${type} ${mode} local ${a_addr} remote ${b_addr} encap…
433 …run_cmd ${ns_b} ip link add ${encap}_b type ${type} ${mode} local ${b_addr} remote ${a_addr} encap…
484 a_addr="${prefix4}.${a_r1}.1"
494 a_addr="${prefix6}:${a_r1}::1"
504 …run_cmd ${ns_a} ip link add ip_a type ${type} local ${a_addr} remote ${b_addr} mode ${mode} || ret…
505 run_cmd ${ns_b} ip link add ip_b type ${type} local ${b_addr} remote ${a_addr} mode ${mode}
601 a_addr="${2}"
608 opts_a="local ${a_addr}"
[all …]
/linux/drivers/net/fddi/skfp/
H A Dess.c634 req->a_addr.para.p_type = SMT_P0019 ; in ess_send_alc_req()
635 req->a_addr.para.p_len = sizeof(struct smt_p_0019) - PARA_LEN ; in ess_send_alc_req()
636 req->a_addr.sba_pad = 0; in ess_send_alc_req()
637 req->a_addr.alloc_addr = null_addr ; in ess_send_alc_req()
/linux/drivers/net/fddi/skfp/h/
H A Dsmt.h800 struct smt_p_0019 a_addr ; /* Allocation Address */ member
817 struct smt_p_0019 a_addr ; /* Allocation Address */ member