Searched refs:af_econet (Results 1 – 3 of 3) sorted by relevance
179 sk->protinfo.af_econet->cb = sec->cb; in econet_bind()180 sk->protinfo.af_econet->port = sec->port; in econet_bind()181 sk->protinfo.af_econet->station = sec->addr.station; in econet_bind()182 sk->protinfo.af_econet->net = sec->addr.net; in econet_bind()268 addr.station = sk->protinfo.af_econet->station; in econet_sendmsg()269 addr.net = sk->protinfo.af_econet->net; in econet_sendmsg()270 port = sk->protinfo.af_econet->port; in econet_sendmsg()271 cb = sk->protinfo.af_econet->cb; in econet_sendmsg()460 sec->port = sk->protinfo.af_econet->port; in econet_getname()461 sec->addr.station = sk->protinfo.af_econet->station; in econet_getname()[all …]
12 obj-y := af_econet.o
719 struct econet_opt *af_econet; member