Searched refs:pckt (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | cbcp.c | 81 static void cbcp_recvreq __P((cbcp_state *us, u_char *pckt, int len)); 82 static void cbcp_recvack __P((cbcp_state *us, u_char *pckt, int len)); 318 cbcp_recvreq(us, pckt, pcktlen) in cbcp_recvreq() argument 320 u_char *pckt; 331 GETCHAR(type, pckt); 332 GETCHAR(opt_len, pckt); 335 pckt++; /* ignore the delay time */ 450 cbcp_recvack(us, pckt, len) in cbcp_recvack() argument 452 u_char *pckt; 459 GETCHAR(type, pckt); [all …]
|
/illumos-gate/usr/src/uts/intel/pckt/ |
H A D | Makefile | 43 MODULE = pckt
|
/illumos-gate/usr/src/man/man4m/ |
H A D | Makefile | 24 pckt.4m \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-kernel.man4m.inc | 20 file path=usr/share/man/man4m/pckt.4m
|
H A D | system-kernel.p5m | 411 file path=kernel/strmod/$(ARCH64)/pckt group=sys mode=0755
|
/illumos-gate/usr/src/uts/intel/ |
H A D | Makefile.intel | 537 STRMOD_KMODS += bufmod connld dedump ldterm pckt pfmod pipemod
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.files | 1518 PCKT_OBJS += pckt.o
|