Symbol: fe
crypto/libressl/crypto/curve25519/curve25519.c
1003
fe u;
crypto/libressl/crypto/curve25519/curve25519.c
1004
fe v;
crypto/libressl/crypto/curve25519/curve25519.c
1005
fe v3;
crypto/libressl/crypto/curve25519/curve25519.c
1006
fe vxx;
crypto/libressl/crypto/curve25519/curve25519.c
1007
fe check;
crypto/libressl/crypto/curve25519/curve25519.c
1078
static const fe d2 = {-21827239, -5839606, -30745221, 13898782, 229458,
crypto/libressl/crypto/curve25519/curve25519.c
1113
fe t0;
crypto/libressl/crypto/curve25519/curve25519.c
1135
fe t0;
crypto/libressl/crypto/curve25519/curve25519.c
1152
fe t0;
crypto/libressl/crypto/curve25519/curve25519.c
1169
fe t0;
crypto/libressl/crypto/curve25519/curve25519.c
1186
fe t0;
crypto/libressl/crypto/curve25519/curve25519.c
1226
fe x, y;
crypto/libressl/crypto/curve25519/curve25519.c
129
static void fe_tobytes(uint8_t *s, const fe h) {
crypto/libressl/crypto/curve25519/curve25519.c
210
static void fe_copy(fe h, const fe f) {
crypto/libressl/crypto/curve25519/curve25519.c
215
static void fe_0(fe h) { memset(h, 0, sizeof(int32_t) * 10); }
crypto/libressl/crypto/curve25519/curve25519.c
218
static void fe_1(fe h) {
crypto/libressl/crypto/curve25519/curve25519.c
232
static void fe_add(fe h, const fe f, const fe g) {
crypto/libressl/crypto/curve25519/curve25519.c
248
static void fe_sub(fe h, const fe f, const fe g) {
crypto/libressl/crypto/curve25519/curve25519.c
282
static void fe_mul(fe h, const fe f, const fe g) {
crypto/libressl/crypto/curve25519/curve25519.c
4737
static void fe_cswap(fe f, fe g, unsigned int b) {
crypto/libressl/crypto/curve25519/curve25519.c
4756
static void fe_mul121666(fe h, fe f) {
crypto/libressl/crypto/curve25519/curve25519.c
4815
fe x1, x2, z2, x3, z3, tmp0, tmp1;
crypto/libressl/crypto/curve25519/curve25519.c
4880
fe zplusy, zminusy, zminusy_inv;
crypto/libressl/crypto/curve25519/curve25519.c
508
static void fe_sq(fe h, const fe f) {
crypto/libressl/crypto/curve25519/curve25519.c
60
static void fe_frombytes(fe h, const uint8_t *s) {
crypto/libressl/crypto/curve25519/curve25519.c
639
static void fe_invert(fe out, const fe z) {
crypto/libressl/crypto/curve25519/curve25519.c
640
fe t0;
crypto/libressl/crypto/curve25519/curve25519.c
641
fe t1;
crypto/libressl/crypto/curve25519/curve25519.c
642
fe t2;
crypto/libressl/crypto/curve25519/curve25519.c
643
fe t3;
crypto/libressl/crypto/curve25519/curve25519.c
710
static void fe_neg(fe h, const fe f) {
crypto/libressl/crypto/curve25519/curve25519.c
721
static void fe_cmov(fe f, const fe g, unsigned b) {
crypto/libressl/crypto/curve25519/curve25519.c
736
static int fe_isnonzero(const fe f) {
crypto/libressl/crypto/curve25519/curve25519.c
749
static int fe_isnegative(const fe f) {
crypto/libressl/crypto/curve25519/curve25519.c
765
static void fe_sq2(fe h, const fe f) {
crypto/libressl/crypto/curve25519/curve25519.c
907
static void fe_pow22523(fe out, const fe z) {
crypto/libressl/crypto/curve25519/curve25519.c
908
fe t0;
crypto/libressl/crypto/curve25519/curve25519.c
909
fe t1;
crypto/libressl/crypto/curve25519/curve25519.c
910
fe t2;
crypto/libressl/crypto/curve25519/curve25519.c
971
fe recip;
crypto/libressl/crypto/curve25519/curve25519.c
972
fe x;
crypto/libressl/crypto/curve25519/curve25519.c
973
fe y;
crypto/libressl/crypto/curve25519/curve25519.c
984
fe recip;
crypto/libressl/crypto/curve25519/curve25519.c
985
fe x;
crypto/libressl/crypto/curve25519/curve25519.c
986
fe y;
crypto/libressl/crypto/curve25519/curve25519.c
996
static const fe d = {-10913610, 13857413, -15372611, 6949391, 114729,
crypto/libressl/crypto/curve25519/curve25519.c
999
static const fe sqrtm1 = {-32595792, -7943725, 9377950, 3500415, 12389472,
crypto/libressl/crypto/curve25519/curve25519_internal.h
44
fe X;
crypto/libressl/crypto/curve25519/curve25519_internal.h
45
fe Y;
crypto/libressl/crypto/curve25519/curve25519_internal.h
46
fe Z;
crypto/libressl/crypto/curve25519/curve25519_internal.h
50
fe X;
crypto/libressl/crypto/curve25519/curve25519_internal.h
51
fe Y;
crypto/libressl/crypto/curve25519/curve25519_internal.h
52
fe Z;
crypto/libressl/crypto/curve25519/curve25519_internal.h
53
fe T;
crypto/libressl/crypto/curve25519/curve25519_internal.h
57
fe X;
crypto/libressl/crypto/curve25519/curve25519_internal.h
58
fe Y;
crypto/libressl/crypto/curve25519/curve25519_internal.h
59
fe Z;
crypto/libressl/crypto/curve25519/curve25519_internal.h
60
fe T;
crypto/libressl/crypto/curve25519/curve25519_internal.h
64
fe yplusx;
crypto/libressl/crypto/curve25519/curve25519_internal.h
65
fe yminusx;
crypto/libressl/crypto/curve25519/curve25519_internal.h
66
fe xy2d;
crypto/libressl/crypto/curve25519/curve25519_internal.h
70
fe YplusX;
crypto/libressl/crypto/curve25519/curve25519_internal.h
71
fe YminusX;
crypto/libressl/crypto/curve25519/curve25519_internal.h
72
fe Z;
crypto/libressl/crypto/curve25519/curve25519_internal.h
73
fe T2d;
sbin/vinum/commands.c
1692
int fe; /* freelist entry index */
sbin/vinum/commands.c
1697
int fe;
sbin/vinum/commands.c
1723
for (fe = 0; fe < drive->freelist_entries; fe++) {
sbin/vinum/commands.c
1725
freeunion.ferq.fe = fe;
sbin/vinum/commands.c
1729
fe,
sbin/vinum/commands.c
1840
int fe; /* freelist entry index */
sbin/vinum/commands.c
1845
int fe;
sbin/vinum/commands.c
1871
for (fe = 0; fe < drive->freelist_entries; fe++) {
sbin/vinum/commands.c
1873
freeunion.ferq.fe = fe;
sbin/vinum/commands.c
1877
fe,
sbin/vinum/commands.c
1988
int fe; /* freelist entry index */
sbin/vinum/commands.c
1993
int fe;
sbin/vinum/commands.c
2019
for (fe = 0; fe < drive->freelist_entries; fe++) {
sbin/vinum/commands.c
2021
freeunion.ferq.fe = fe;
sbin/vinum/commands.c
2025
fe,
sbin/vinum/commands.c
2142
int fe; /* freelist entry index */
sbin/vinum/commands.c
2147
int fe;
sbin/vinum/commands.c
2182
for (fe = 0; fe < drive->freelist_entries; fe++) {
sbin/vinum/commands.c
2184
freeunion.ferq.fe = fe;
sbin/vinum/commands.c
2188
fe,
sbin/vinum/list.c
188
int fe; /* freelist entry */
sbin/vinum/list.c
193
int fe;
sbin/vinum/list.c
199
for (fe = 0; fe < drive.freelist_entries; fe++) {
sbin/vinum/list.c
201
freeunion.ferq.fe = fe;
sbin/vinum/list.c
205
fe,
sys/crypto/curve25519/curve25519.c
203
fe_tobytes(uint8_t s[32], const fe *f)
sys/crypto/curve25519/curve25519.c
243
fe_copy(fe *h, const fe *f)
sys/crypto/curve25519/curve25519.c
249
fe_copy_lt(fe_loose *h, const fe *f)
sys/crypto/curve25519/curve25519.c
256
fe_0(fe *h)
sys/crypto/curve25519/curve25519.c
263
fe_1(fe *h)
sys/crypto/curve25519/curve25519.c
308
fe_add(fe_loose *h, const fe *f, const fe *g)
sys/crypto/curve25519/curve25519.c
352
fe_sub(fe_loose *h, const fe *f, const fe *g)
sys/crypto/curve25519/curve25519.c
474
fe_mul_ttt(fe *h, const fe *f, const fe *g)
sys/crypto/curve25519/curve25519.c
480
fe_mul_tlt(fe *h, const fe_loose *f, const fe *g)
sys/crypto/curve25519/curve25519.c
486
fe_mul_tll(fe *h, const fe_loose *f, const fe_loose *g)
sys/crypto/curve25519/curve25519.c
598
fe_sq_tl(fe *h, const fe_loose *f)
sys/crypto/curve25519/curve25519.c
604
fe_sq_tt(fe *h, const fe *f)
sys/crypto/curve25519/curve25519.c
610
fe_loose_invert(fe *out, const fe_loose *z)
sys/crypto/curve25519/curve25519.c
612
fe t0;
sys/crypto/curve25519/curve25519.c
613
fe t1;
sys/crypto/curve25519/curve25519.c
614
fe t2;
sys/crypto/curve25519/curve25519.c
615
fe t3;
sys/crypto/curve25519/curve25519.c
661
fe_invert(fe *out, const fe *z)
sys/crypto/curve25519/curve25519.c
674
fe_cswap(fe *f, fe *g, unsigned int b)
sys/crypto/curve25519/curve25519.c
804
fe_mul121666(fe *h, const fe_loose *f)
sys/crypto/curve25519/curve25519.c
814
fe x1, x2, z2, x3, z3;
sys/crypto/curve25519/curve25519.c
855
fe tmp0, tmp1;
sys/crypto/curve25519/curve25519.c
90
fe_frombytes(fe *h, const uint8_t *s)
sys/dev/drm/radeon/atombios_encoders.c
1069
atombios_dig_transmitter_setup2(struct drm_encoder *encoder, int action, uint8_t lane_num, uint8_t lane_set, int fe)
sys/dev/drm/radeon/atombios_encoders.c
1419
args.v5.ucDigEncoderSel = (fe != -1) ? (1 << fe) : (1 << dig_encoder);
sys/dev/drm/radeon/atombios_encoders.c
2066
atombios_set_mst_encoder_crtc_source(struct drm_encoder *encoder, int fe)
sys/dev/drm/radeon/atombios_encoders.c
2086
switch (fe) {
sys/dev/drm/radeon/radeon_dp_mst.c
138
new_attribs[idx].fe = mst_enc->fe;
sys/dev/drm/radeon/radeon_dp_mst.c
144
if (new_attribs[i].fe != mst_conn->cur_stream_attribs[i].fe ||
sys/dev/drm/radeon/radeon_dp_mst.c
146
radeon_dp_mst_set_stream_attrib(primary, i, new_attribs[i].fe, new_attribs[i].slots);
sys/dev/drm/radeon/radeon_dp_mst.c
147
mst_conn->cur_stream_attribs[i].fe = new_attribs[i].fe;
sys/dev/drm/radeon/radeon_dp_mst.c
154
mst_conn->cur_stream_attribs[i].fe = 0;
sys/dev/drm/radeon/radeon_dp_mst.c
167
uint32_t offset = radeon_atom_set_enc_offset(mst_enc->fe);
sys/dev/drm/radeon/radeon_dp_mst.c
182
DRM_ERROR("timed out wait for rate cntl %d\n", mst_enc->fe);
sys/dev/drm/radeon/radeon_dp_mst.c
42
reg |= NI_DIG_FE_SOURCE_SELECT(1 << mst_enc->fe);
sys/dev/drm/radeon/radeon_dp_mst.c
424
mst_enc->fe = dig_enc->dig_encoder;
sys/dev/drm/radeon/radeon_dp_mst.c
426
atombios_set_mst_encoder_crtc_source(encoder, mst_enc->fe);
sys/dev/drm/radeon/radeon_dp_mst.c
438
mst_enc->fe = radeon_atom_pick_dig_encoder(encoder, radeon_crtc->crtc_id);
sys/dev/drm/radeon/radeon_dp_mst.c
439
if (mst_enc->fe == -1)
sys/dev/drm/radeon/radeon_dp_mst.c
44
reg &= ~NI_DIG_FE_SOURCE_SELECT(1 << mst_enc->fe);
sys/dev/drm/radeon/radeon_dp_mst.c
442
atombios_set_mst_encoder_crtc_source(encoder, mst_enc->fe);
sys/dev/drm/radeon/radeon_dp_mst.c
467
mst_enc->fe);
sys/dev/drm/radeon/radeon_dp_mst.c
496
mst_enc->fe);
sys/dev/drm/radeon/radeon_dp_mst.c
499
radeon_atom_release_dig_encoder(rdev, mst_enc->fe);
sys/dev/drm/radeon/radeon_dp_mst.c
51
uint32_t offset = radeon_atom_set_enc_offset(mst_enc->fe);
sys/dev/drm/radeon/radeon_dp_mst.c
57
DRM_ERROR("timed out waiting for FE %d %d\n", primary->offset, mst_enc->fe);
sys/dev/drm/radeon/radeon_dp_mst.c
64
int fe,
sys/dev/drm/radeon/radeon_dp_mst.c
779
radeon_connector->cur_stream_attribs[i].fe,
sys/dev/drm/radeon/radeon_dp_mst.c
78
val = NI_DP_MSE_SAT_SLOT_COUNT0(slots) | NI_DP_MSE_SAT_SRC0(fe);
sys/dev/drm/radeon/radeon_mode.h
457
int fe;
sys/dev/drm/radeon/radeon_mode.h
540
uint16_t fe;
sys/dev/drm/radeon/radeon_mode.h
774
uint8_t lane_set, int fe);
sys/dev/drm/radeon/radeon_mode.h
776
int fe);
sys/dev/raid/vinum/vinumconfig.c
308
int fe; /* index in free list */
sys/dev/raid/vinum/vinumconfig.c
334
for (fe = 0; fe < drive->freelist_entries; fe++) {
sys/dev/raid/vinum/vinumconfig.c
335
if (drive->freelist[fe].sectors >= sd->sectors) { /* more space here */
sys/dev/raid/vinum/vinumconfig.c
336
sd->sectors = drive->freelist[fe].sectors; /* take it */
sys/dev/raid/vinum/vinumconfig.c
337
sd->driveoffset = drive->freelist[fe].offset;
sys/dev/raid/vinum/vinumconfig.c
338
sfe = fe; /* and note the index for later */
sys/dev/raid/vinum/vinumconfig.c
356
for (fe = 0; fe < drive->freelist_entries; fe++) {
sys/dev/raid/vinum/vinumconfig.c
357
if (drive->freelist[fe].sectors >= sd->sectors) { /* it'll fit here */
sys/dev/raid/vinum/vinumconfig.c
358
sd->driveoffset = drive->freelist[fe].offset;
sys/dev/raid/vinum/vinumconfig.c
359
if (sd->sectors == drive->freelist[fe].sectors) { /* used up the entire entry */
sys/dev/raid/vinum/vinumconfig.c
360
if (fe < (drive->freelist_entries - 1)) /* not the last one, */
sys/dev/raid/vinum/vinumconfig.c
361
bcopy(&drive->freelist[fe + 1],
sys/dev/raid/vinum/vinumconfig.c
362
&drive->freelist[fe],
sys/dev/raid/vinum/vinumconfig.c
363
(drive->freelist_entries - fe) * sizeof(struct drive_freelist));
sys/dev/raid/vinum/vinumconfig.c
366
drive->freelist[fe].sectors -= sd->sectors; /* this much less space */
sys/dev/raid/vinum/vinumconfig.c
367
drive->freelist[fe].offset += sd->sectors; /* this much further on */
sys/dev/raid/vinum/vinumconfig.c
388
for (fe = 0; fe < drive->freelist_entries; fe++) {
sys/dev/raid/vinum/vinumconfig.c
389
u_int64_t dend = drive->freelist[fe].offset + drive->freelist[fe].sectors; /* end of entry */
sys/dev/raid/vinum/vinumconfig.c
391
if (drive->freelist[fe].offset > sd->driveoffset) { /* starts after the beginning of sd area */
sys/dev/raid/vinum/vinumconfig.c
418
if (sd->driveoffset == drive->freelist[fe].offset) { /* 1 or 2 */
sys/dev/raid/vinum/vinumconfig.c
419
if (sd->sectors == drive->freelist[fe].sectors) { /* 1: used up the entire entry */
sys/dev/raid/vinum/vinumconfig.c
420
if (fe < (drive->freelist_entries - 1)) /* not the last one, */
sys/dev/raid/vinum/vinumconfig.c
421
bcopy(&drive->freelist[fe + 1],
sys/dev/raid/vinum/vinumconfig.c
422
&drive->freelist[fe],
sys/dev/raid/vinum/vinumconfig.c
423
(drive->freelist_entries - fe) * sizeof(struct drive_freelist));
sys/dev/raid/vinum/vinumconfig.c
426
drive->freelist[fe].sectors -= sd->sectors; /* this much less space */
sys/dev/raid/vinum/vinumconfig.c
427
drive->freelist[fe].offset += sd->sectors; /* this much further on */
sys/dev/raid/vinum/vinumconfig.c
430
drive->freelist[fe].sectors = sd->driveoffset - drive->freelist[fe].offset;
sys/dev/raid/vinum/vinumconfig.c
432
if (fe < (drive->freelist_entries - 1)) /* not the last one */
sys/dev/raid/vinum/vinumconfig.c
433
bcopy(&drive->freelist[fe], /* move the rest down */
sys/dev/raid/vinum/vinumconfig.c
434
&drive->freelist[fe + 1],
sys/dev/raid/vinum/vinumconfig.c
435
(drive->freelist_entries - fe) * sizeof(struct drive_freelist));
sys/dev/raid/vinum/vinumconfig.c
437
drive->freelist[fe + 1].offset = sdend; /* second entry starts after sd */
sys/dev/raid/vinum/vinumconfig.c
438
drive->freelist[fe + 1].sectors = dend - sdend; /* and is this long */
sys/dev/raid/vinum/vinumconfig.c
622
int fe; /* free list entry */
sys/dev/raid/vinum/vinumconfig.c
631
for (fe = 0;
sys/dev/raid/vinum/vinumconfig.c
632
(fe < drive->freelist_entries) && (drive->freelist[fe].offset < offset);
sys/dev/raid/vinum/vinumconfig.c
633
fe++);
sys/dev/raid/vinum/vinumconfig.c
638
if ((fe > 1) /* not the first entry */
sys/dev/raid/vinum/vinumconfig.c
639
&&((fe == drive->freelist_entries) /* gone past the end */
sys/dev/raid/vinum/vinumconfig.c
640
||(drive->freelist[fe].offset > offset))) /* or past the block were looking for */
sys/dev/raid/vinum/vinumconfig.c
641
fe--; /* point to the block before */
sys/dev/raid/vinum/vinumconfig.c
642
dend = drive->freelist[fe].offset + drive->freelist[fe].sectors; /* end of the entry */
sys/dev/raid/vinum/vinumconfig.c
675
if ((fe < drive->freelist_entries - 1) /* we're not the last block in the free list */
sys/dev/raid/vinum/vinumconfig.c
677
&&(sdend == drive->freelist[fe + 1].offset)) {
sys/dev/raid/vinum/vinumconfig.c
678
drive->freelist[fe].sectors /* 1a: merge all three blocks */
sys/dev/raid/vinum/vinumconfig.c
679
= drive->freelist[fe + 1].sectors;
sys/dev/raid/vinum/vinumconfig.c
680
if (fe < drive->freelist_entries - 2) /* still more blocks after next */
sys/dev/raid/vinum/vinumconfig.c
681
bcopy(&drive->freelist[fe + 2], /* move down one */
sys/dev/raid/vinum/vinumconfig.c
682
&drive->freelist[fe + 1],
sys/dev/raid/vinum/vinumconfig.c
683
(drive->freelist_entries - 2 - fe)
sys/dev/raid/vinum/vinumconfig.c
687
drive->freelist[fe].sectors += length;
sys/dev/raid/vinum/vinumconfig.c
690
fe++; /* so look at the next block */
sys/dev/raid/vinum/vinumconfig.c
691
if ((fe < drive->freelist_entries) /* we're not the last block in the free list */
sys/dev/raid/vinum/vinumconfig.c
693
&&(sdend == drive->freelist[fe].offset)) {
sys/dev/raid/vinum/vinumconfig.c
694
drive->freelist[fe].offset = offset; /* it starts where the sd was */
sys/dev/raid/vinum/vinumconfig.c
695
drive->freelist[fe].sectors += length; /* and it's this much bigger */
sys/dev/raid/vinum/vinumconfig.c
697
if (fe < drive->freelist_entries) /* not after the last block, */
sys/dev/raid/vinum/vinumconfig.c
698
bcopy(&drive->freelist[fe], /* move the rest up one entry */
sys/dev/raid/vinum/vinumconfig.c
699
&drive->freelist[fe + 1],
sys/dev/raid/vinum/vinumconfig.c
700
(drive->freelist_entries - fe)
sys/dev/raid/vinum/vinumconfig.c
703
drive->freelist[fe].offset = offset; /* this entry represents the sd */
sys/dev/raid/vinum/vinumconfig.c
704
drive->freelist[fe].sectors = length;
sys/dev/raid/vinum/vinumioctl.c
260
fe = ((int *) data)[1]; /* and the free list element */
sys/dev/raid/vinum/vinumioctl.c
264
} else if (fe >= DRIVE[index].freelist_entries) {
sys/dev/raid/vinum/vinumioctl.c
267
bcopy(&DRIVE[index].freelist[fe], data,
sys/dev/raid/vinum/vinumioctl.c
76
int fe; /* free list element number */
sys/vfs/udf/ecma167-udf.h
366
struct file_entry fe;
sys/vfs/udf/udf_vfsops.c
491
struct file_entry *fe;
sys/vfs/udf/udf_vfsops.c
520
fe = (struct file_entry *)bp->b_data;
sys/vfs/udf/udf_vfsops.c
521
if (udf_checktag(&fe->tag, TAGID_FENTRY)) {
sys/vfs/udf/udf_vfsops.c
527
size = UDF_FENTRY_SIZE + fe->l_ea + fe->l_ad;
usr.sbin/ppp/filter.c
245
struct filterent fe;
usr.sbin/ppp/filter.c
271
memset(&fe, '\0', sizeof fe);
usr.sbin/ppp/filter.c
292
fe.f_action = action;
usr.sbin/ppp/filter.c
298
fe.f_invert = 1;
usr.sbin/ppp/filter.c
303
ncprange_init(&fe.f_src);
usr.sbin/ppp/filter.c
304
ncprange_init(&fe.f_dst);
usr.sbin/ppp/filter.c
313
ncprange_aton(&fe.f_src, ncp, *argv)) {
usr.sbin/ppp/filter.c
314
family = ncprange_family(&fe.f_src);
usr.sbin/ppp/filter.c
315
if (!ncprange_getwidth(&fe.f_src, &width))
usr.sbin/ppp/filter.c
318
ncprange_init(&fe.f_src);
usr.sbin/ppp/filter.c
319
fe.f_srctype = addrtype(*argv);
usr.sbin/ppp/filter.c
324
ncprange_aton(&fe.f_dst, ncp, *argv)) {
usr.sbin/ppp/filter.c
325
if (ncprange_family(&fe.f_dst) != AF_UNSPEC &&
usr.sbin/ppp/filter.c
326
ncprange_family(&fe.f_src) != AF_UNSPEC &&
usr.sbin/ppp/filter.c
327
family != ncprange_family(&fe.f_dst)) {
usr.sbin/ppp/filter.c
331
if (!ncprange_getwidth(&fe.f_dst, &width))
usr.sbin/ppp/filter.c
334
ncprange_init(&fe.f_dst);
usr.sbin/ppp/filter.c
335
fe.f_dsttype = addrtype(*argv);
usr.sbin/ppp/filter.c
362
fe.timeout = strtoul(argv[1], NULL, 10);
usr.sbin/ppp/filter.c
368
fe.f_proto = (pe == NULL) ? 0 : pe->p_proto;
usr.sbin/ppp/filter.c
370
switch (fe.f_proto) {
usr.sbin/ppp/filter.c
377
val = ParseUdpOrTcp(argc, argv, pe, &fe);
usr.sbin/ppp/filter.c
383
val = ParseIcmp(argc, argv, &fe);
usr.sbin/ppp/filter.c
386
val = ParseGeneric(argc, &fe);
usr.sbin/ppp/filter.c
390
log_Printf(LogDEBUG, "Parse: Src: %s\n", ncprange_ntoa(&fe.f_src));
usr.sbin/ppp/filter.c
391
log_Printf(LogDEBUG, "Parse: Dst: %s\n", ncprange_ntoa(&fe.f_dst));
usr.sbin/ppp/filter.c
392
log_Printf(LogDEBUG, "Parse: Proto: %d\n", fe.f_proto);
usr.sbin/ppp/filter.c
395
filter_Op2Nam(fe.f_srcop), fe.f_srcport);
usr.sbin/ppp/filter.c
397
filter_Op2Nam(fe.f_dstop), fe.f_dstport);
usr.sbin/ppp/filter.c
398
log_Printf(LogDEBUG, "Parse: estab: %u\n", fe.f_estab);
usr.sbin/ppp/filter.c
399
log_Printf(LogDEBUG, "Parse: syn: %u\n", fe.f_syn);
usr.sbin/ppp/filter.c
400
log_Printf(LogDEBUG, "Parse: finrst: %u\n", fe.f_finrst);
usr.sbin/ppp/filter.c
403
*ofp = fe;