Home
last modified time | relevance | path

Searched defs:Ipifc (Results 1 – 10 of 10) sorted by relevance

/plan9/sys/include/
H A Dip.h20 typedef struct Ipifc Ipifc; typedef
52 struct Ipifc struct
54 Ipifc *next; argument
55 Iplifc *lifc;
58 int index; /* number of interface in ipifc dir */
59 char dev[64];
60 uchar sendra6; /* on == send router adv */
61 uchar recvra6; /* on == rcv router adv */
62 int mtu;
63 ulong pktin;
[all …]
/plan9/sys/src/9/ip/
H A Dnullmedium.c11 nullbind(Ipifc*, int, char**) in nullbind() argument
17 nullunbind(Ipifc*) in nullunbind() argument
22 nullbwrite(Ipifc*, Block*, int, uchar*) in nullbwrite() argument
H A Dpktmedium.c34 pktbind(Ipifc*, int argc, char **argv) in pktbind() argument
43 pktunbind(Ipifc*) in pktunbind() argument
H A Dip.h15 typedef struct Ipifc Ipifc; typedef
310 struct Ipifc struct
314 Conv *conv; /* link to its conversation structure */
315 char dev[64]; /* device we're attached to */
316 Medium *m; /* Media pointer */
317 int maxtu; /* Maximum transfer unit */
318 int mintu; /* Minumum tranfer unit */
319 int mbps; /* megabits per second */
320 void *arg; /* medium specific */
321 int reassemble; /* reassemble IP packets before forwarding */
[all …]
H A Digmp.c177 igmpiput(Medium *m, Ipifc *, Block *bp) in igmpiput() argument
H A Dicmp.c324 icmpiput(Proto *icmp, Ipifc*, Block *bp) in icmpiput() argument
H A Dicmp6.c550 valid(Proto *icmp, Ipifc *, Block *bp, Icmppriv6 *ipriv) in valid() argument
H A Dgre.c525 greiput(Proto *proto, Ipifc *, Block *bp) in greiput() argument
H A Desp.c451 espiput(Proto *esp, Ipifc*, Block *bp) in espiput() argument
H A Dtcp.c2067 tcpiput(Proto *tcp, Ipifc*, Block *bp) in tcpiput() argument