|
|
| version 1.11, 2004/04/11 07:41:52 | version 1.12, 2004/04/21 18:14:04 |
|---|---|
| Line 81 struct nspcb nsrawpcb; | Line 81 struct nspcb nsrawpcb; |
| int idpcksum = 1; | int idpcksum = 1; |
| long ns_pexseq; | long ns_pexseq; |
| static void nsintr(struct netmsg *msg); | static int nsintr(struct netmsg *msg); |
| void | void |
| ns_init() | ns_init() |
| Line 105 ns_init() | Line 105 ns_init() |
| int nsintr_getpck = 0; | int nsintr_getpck = 0; |
| int nsintr_swtch = 0; | int nsintr_swtch = 0; |
| static void | static int |
| nsintr(struct netmsg *msg) | nsintr(struct netmsg *msg) |
| { | { |
| struct mbuf *m = ((struct netmsg_packet *)msg)->nm_packet; | struct mbuf *m = ((struct netmsg_packet *)msg)->nm_packet; |
| Line 233 bad: | Line 233 bad: |
| m_freem(m); | m_freem(m); |
| out: | out: |
| lwkt_replymsg(&msg->nm_lmsg, 0); | lwkt_replymsg(&msg->nm_lmsg, 0); |
| return(EASYNC); | |
| } | } |
| u_char nsctlerrmap[PRC_NCMDS] = { | u_char nsctlerrmap[PRC_NCMDS] = { |