Home
last modified time | relevance | path

Searched defs:iodesc (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/stand/libsa/
H A Diodesc.h42 struct iodesc { struct
43 struct in_addr destip; /* dest. ip addr, net order */
44 struct in_addr myip; /* local ip addr, net order */
45 u_short destport; /* dest. port, net order */
46 u_short myport; /* local port, net order */
47 u_long xid; /* transaction identification */
48 u_char myea[6]; /* my ethernet address */
49 struct netif *io_netif;
H A Dnet.c87 ssize_t (*sproc)(struct iodesc *, void *, size_t), in sendrecv()
89 ssize_t (*rproc)(struct iodesc *, void **, void **, time_t, void *), in sendrecv()
H A Dtftp.c105 struct iodesc *iodesc; member
H A Dnfs.c114 struct iodesc *iodesc; member
/freebsd-12.1/usr.sbin/kgzip/
H A Dkgzip.h37 struct iodesc { struct
48 void xclose(const struct iodesc *); argument
/freebsd-12.1/sys/amd64/vmm/
H A Dvmm_ioport.c70 static const char *iodesc[] = { in inout_instruction() local