/freebsd/usr.sbin/ppp/ |
H A D | ncp.h | 35 struct ncp { struct 58 extern void ncp_Init(struct ncp *, struct bundle *); argument 81 #define ncp_IsUrgentTcpPort(ncp, p1, p2) \ argument 83 #define ncp_IsUrgentUdpPort(ncp, p1, p2) \ argument 85 #define ncp_AddUrgentTcpPort(ncp, p) \ argument 87 #define ncp_AddUrgentUdpPort(ncp, p) \ argument 89 #define ncp_RemoveUrgentTcpPort(ncp, p) \ argument 91 #define ncp_RemoveUrgentUdpPort(ncp, p) \ argument 93 #define ncp_ClearUrgentTcpPorts(ncp) \ argument 95 #define ncp_ClearUrgentUdpPorts(ncp) \ argument [all …]
|
H A D | ncp.c | 96 ncp_Init(struct ncp *ncp, struct bundle *bundle) in ncp_Init() 127 ncp_Destroy(struct ncp *ncp) in ncp_Destroy() 147 ncp_fsmStart(struct ncp *ncp, in ncp_fsmStart() 177 ncp_IfaceAddrAdded(struct ncp *ncp, const struct iface_addr *addr) in ncp_IfaceAddrAdded() 192 ncp_IfaceAddrDeleted(struct ncp *ncp, const struct iface_addr *addr) in ncp_IfaceAddrDeleted() 199 ncp_SetLink(struct ncp *ncp, struct link *l) in ncp_SetLink() 212 ncp_Enqueue(struct ncp *ncp, int af, unsigned pri, char *ptr, int count) in ncp_Enqueue() 265 ncp_QueueLen(struct ncp *ncp) in ncp_QueueLen() 284 ncp_DeleteQueues(struct ncp *ncp) in ncp_DeleteQueues() 313 ncp_FillPhysicalQueues(struct ncp *ncp, struct bundle *bundle) in ncp_FillPhysicalQueues() [all …]
|
H A D | iface.c | 452 iface_Clear(struct iface *iface, struct ncp *ncp, int family, int how) in iface_Clear() 509 iface_Add(struct iface *iface, struct ncp *ncp, const struct ncprange *ifa, in iface_Add() 595 iface_Delete(struct iface *iface, struct ncp *ncp, const struct ncpaddr *del) in iface_Delete()
|
H A D | ncpaddr.c | 409 ncpaddr_aton(struct ncpaddr *addr, struct ncp *ncp, const char *data) in ncpaddr_aton() 903 ncprange_aton(struct ncprange *range, struct ncp *ncp, const char *data) in ncprange_aton()
|
H A D | filter.c | 242 filter_Parse(struct ncp *ncp, int argc, char const *const *argv, in filter_Parse()
|
H A D | ipcp.c | 222 char *cp, *cp_nons, *ncp, ch; in ipcp_LoadDNS() local 1375 struct ncp *ncp = &bundle->ncp; in ipcp_UseHisaddr() local
|
H A D | bundle.h | 122 struct ncp ncp; member
|
/freebsd/sys/kern/ |
H A D | vfs_cache.c | 452 cache_ncp_invalidate(struct namecache *ncp) in cache_ncp_invalidate() 465 cache_ncp_match(struct namecache *ncp, struct vnode *dvp, in cache_ncp_match() 479 #define cache_ncp_canuse(ncp) ({ \ argument 491 #define cache_fpl_neg_ncp_canuse(ncp) ({ \ argument 558 NCP2NEGLIST(struct namecache *ncp) in NCP2NEGLIST() 565 NCP2NEGSTATE(struct namecache *ncp) in NCP2NEGSTATE() 595 struct namecache *ncp; in cache_ncp_find() local 607 cache_out_ts(struct namecache *ncp, struct timespec *tsp, int *ticksp) in cache_out_ts() 785 struct namecache *ncp; in cache_alloc_uma() local 803 cache_free_uma(struct namecache *ncp) in cache_free_uma() [all …]
|
H A D | kern_environment.c | 368 char * ncp; getfreesuffix() local
|
/freebsd/lib/libc/rpc/ |
H A D | getnetconfig.c | 106 struct netconfig *ncp; member 240 struct netconfig_vars *ncp = (struct netconfig_vars *)handlep; in getnetconfig() local 445 struct netconfig *ncp = NULL; /* returned value */ in getnetconfigent() local 557 parse_ncp(char *stringp, struct netconfig *ncp) in parse_ncp() 688 dup_ncp(struct netconfig *ncp) in dup_ncp()
|
H A D | getnetpath.c | 50 struct netconfig *ncp; /* an nconf entry */ member 143 struct netconfig *ncp = NULL; /* temp. holds a netconfig session */ in getnetpath() local
|
/freebsd/crypto/krb5/src/lib/kadm5/srv/ |
H A D | pwqual_hesiod.c | 61 char *cp, *ncp, *tcp, revbuf[80]; in str_check_gecos() local
|
/freebsd/sbin/ccdconfig/ |
H A D | ccdconfig.c | 366 int ncp; in dumpout() local
|
/freebsd/lib/libnvmf/ |
H A D | nvmf_transport.c | 186 nvmf_receive_capsule(struct nvmf_qpair *qp, struct nvmf_capsule **ncp) in nvmf_receive_capsule()
|
H A D | nvmf_host.c | 227 nvmf_host_receive_capsule(struct nvmf_qpair *qp, struct nvmf_capsule **ncp) in nvmf_host_receive_capsule() 256 nvmf_host_receive_response(struct nvmf_qpair *qp, struct nvmf_capsule **ncp) in nvmf_host_receive_response()
|
H A D | nvmf_controller.c | 44 struct nvmf_capsule **ncp) in nvmf_controller_receive_capsule()
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | state.c | 1298 unsigned char *ncp; in send_status() local
|
/freebsd/stand/libsa/ |
H A D | bootp.c | 638 u_char *ncp; in setenv_() local
|
H A D | ufs.c | 502 char *cp, *ncp; ufs_open() local
|
H A D | nfs.c | 473 char *ncp; in nfs_open() local
|
H A D | ext2fs.c | 339 char *cp, *ncp, *path = NULL, *buf = NULL; in ext2fs_open() local
|
/freebsd/contrib/less/ |
H A D | cmdbuf.c | 399 char *ncp; in cmd_right() local 432 char *ncp; in cmd_left() local
|
/freebsd/usr.sbin/makefs/msdos/ |
H A D | msdosfs_fat.c | 950 m_extendfile(struct denode *dep, u_long count, struct m_buf **bpp, u_long *ncp, in m_extendfile()
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_fat.c | 988 extendfile(struct denode *dep, u_long count, struct buf **bpp, u_long *ncp, in extendfile()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zap_micro.c | 1122 boolean_t *ncp) in zap_lookup_impl() 1165 boolean_t *ncp) in zap_lookup_norm() 1228 boolean_t *ncp) in zap_lookup_norm_by_dnode()
|