Searched refs:discard (Results 1 - 12 of 12) sorted by relevance

/seL4-camkes-master/projects/lwip/src/netif/ppp/
H A Dmppe.c340 if (!state->discard) {
346 * Packet loss detected, enter the discard state.
349 state->discard = 1;
354 /* discard state */
369 state->discard = 0;
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_igmp.c1088 static int discard(struct mcast_parameters *p) function
1090 igmp_dbg("IGMP: ignore and discard frame\n");
1099 { discard, srsfst, srsfst, discard, discard, discard },
1101 /* state Idle Member */ { slifs, srst, srst, st, discard, discard }
/seL4-camkes-master/projects/lwip/src/include/netif/ppp/
H A Dmppe.h166 unsigned int discard :1; /* stateful mode packet loss flag */ member in struct:ppp_mppe_state
/seL4-camkes-master/tools/rumprun/platform/xen/librumpxen_xendev/
H A Dbusdev_user.c596 struct xsd_sockmsg *discard = local
599 KASSERT(discard);
600 dfree(discard);
/seL4-camkes-master/projects/picotcp/docs/user_manual/
H A Dchap_api_ipfilter.tex32 \item \texttt{action} - type of action for the filter: ACCEPT, PRIORITY, REJECT and DROP. ACCEPT, filters all packets selected by the filter. PRIORITY is not yet implemented. REJECT drops all packets and send an ICMP message 'Packet Filtered' (Communication Administratively Prohibited). DROP will discard the packet silently.
/seL4-camkes-master/projects/lwip/src/netif/
H A Dlowpan6.c682 uint8_t discard = 0; local
692 discard = 1;
695 if (discard) {
762 /* fragment overlap, discard old fragments */
780 /* overlap, discard old fragments */
789 /* fragment mismatch, discard old fragments */
/seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/plat/linux/
H A Dfat.h62 discard:1, /* Issue discard requests on deletions */ member in struct:fat_mount_options
H A Dinode.c949 if (opts->discard)
950 seq_puts(m, ",discard");
996 {Opt_discard, "discard"},
1262 opts->discard = 1;
1775 if (sbi->options.discard) {
1779 "mounting with \"discard\" option, but "
1780 "the device does not support discard");
H A Dfatent.c580 if (sbi->options.discard) {
582 * Issue discard for the sectors we no longer
/seL4-camkes-master/tools/cogent/regression/
H A Dtestspec.py136 active.discard(n)
/seL4-camkes-master/tools/cogent/cogent/manual/
H A Dcogent-manual.tex2107 type if it has components of a linear type. Then it is no problem to discard the value as long as no component of a
2240 either. The solution here is to separate all escape-restricted parts from the rest, discard them in the
/seL4-camkes-master/tools/cogent/cogent/doc/
H A Ddoc.tex497 valid, as we can duplicate the read-only \inlinecogent{obj} and discard one of them (\inlinecogent{obj_ro2}).

Completed in 198 milliseconds