Home
last modified time | relevance | path

Searched defs:send_sci (Results 1 – 3 of 3) sorted by relevance

/external/scapy/scapy/contrib/
Dmacsec.py47 def __init__(self, sci, an, pn, key, icvlen, encrypt, send_sci): argument
/external/libnl/lib/route/link/
Dmacsec.c56 uint8_t send_sci, end_station, scb, replay_protect, protect, encrypt, offload; member
796 int rtnl_link_macsec_set_send_sci(struct rtnl_link *link, uint8_t send_sci) in rtnl_link_macsec_set_send_sci()
811 int rtnl_link_macsec_get_send_sci(struct rtnl_link *link, uint8_t *send_sci) in rtnl_link_macsec_get_send_sci()
/external/iproute2/ip/
Dipmacsec.c1142 bool es = false, scb = false, send_sci = false; in macsec_parse_opt() local