Home
last modified time | relevance | path

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

/plan9-contrib/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-contrib/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
309 struct Ipifc struct
313 Conv *conv; /* link to its conversation structure */
314 char dev[64]; /* device we're attached to */
315 Medium *medium; /* Media pointer */
316 int maxtu; /* Maximum transfer unit */
317 int mintu; /* Minumum tranfer unit */
318 int mbps; /* megabits per second */
319 void *arg; /* medium specific */
320 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.c2109 tcpiput(Proto *tcp, Ipifc*, Block *bp) in tcpiput() argument
/plan9-contrib/sys/src/9k/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
309 struct Ipifc struct
313 Conv *conv; /* link to its conversation structure */
314 char dev[64]; /* device we're attached to */
315 Medium *medium; /* Media pointer */
316 int maxtu; /* Maximum transfer unit */
317 int mintu; /* Minumum tranfer unit */
318 int mbps; /* megabits per second */
319 void *arg; /* medium specific */
320 int reassemble; /* reassemble IP packets before forwarding */
[all …]
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 Dtcp.c2107 tcpiput(Proto *tcp, Ipifc*, Block *bp) in tcpiput() argument